-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 855 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 855 Bytes
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
{
"name": "expresstest",
"version": "1.0.0",
"description": "",
"main": "app.js",
"author": "",
"scripts": {
"start": "node app.js",
"postinstall": "bower i",
"setup": "rm -rf node_modules public/vendor && npm i && bower i"
},
"engines": {
"node": "5.0.0"
},
"license": "ISC",
"dependencies": {
"async": "^1.5.0",
"bcryptjs": "^2.3.0",
"body-parser": "^1.14.1",
"bower": "^1.6.5",
"cookie-parser": "^1.4.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"jade": "^1.11.0",
"jwt-simple": "^0.4.0",
"mongoose": "^4.3.0",
"morgan": "^1.6.1",
"stripe": "^4.1.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-run": "^1.6.12",
"gulp-util": "^3.0.7",
"rimraf": "^2.4.4"
}
}