-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 946 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
{
"name": "node-express-demo",
"version": "2.1.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kevin Gao",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"consolidate": "^0.14.5",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.1",
"ejs": "^2.5.7",
"express": "^4.14.0",
"formidable": "^1.0.17",
"minimatch": "^3.0.4",
"multer": "^1.2.0",
"mysql": "^2.14.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cleancss": "^0.2.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0"
},
"description": "node-express-demo",
"repository": {
"type": "git",
"url": "git+https://github.com/gaofei019/node-express-demo.git"
},
"bugs": {
"url": "https://github.com/gaofei019/node-express-demo/issues"
},
"homepage": "https://github.com/gaofei019/node-express-demo#readme"
}