-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 936 Bytes
/
package.json
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
{
"name": "cogniexpresssample",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"postinstall": "bower install"
},
"author": "",
"engines": {
"node": "5.8.0",
"npm": "3.7.3"
},
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"browser-sync": "^2.18.5",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.5",
"express": "^4.14.0",
"express-session": "^1.14.2",
"gulp": "^3.9.1",
"gulp-inject": "^4.2.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-nodemon": "^2.2.1",
"jade": "^1.11.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mongodb": "^2.2.16",
"mongoose": "^4.7.5",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.79.0",
"socket.io": "^1.7.2",
"wiredep": "^4.0.0"
}
}