-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cnode",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "gulp",
"start:prod": "gulp prod",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/layverns/cnode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/layverns/cnode/issues"
},
"homepage": "https://github.com/layverns/cnode#readme",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"lodash": "^4.17.4",
"log4js": "^2.4.1",
"moment": "^2.20.1",
"mongoose": "^5.0.0-rc1",
"morgan": "^1.9.0",
"nunjucks": "^3.0.1",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"run-sequence": "^2.2.1",
"validator": "^9.2.0"
},
"devDependencies": {
"mocha": "^4.1.0",
"nodemon": "^1.14.7"
}
}