forked from zhufengnodejs/node201509
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 KB
/
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
41
42
{
"name": "node201509",
"version": "1.0.0",
"description": "2015年第9期node.js正式课",
"main": "test.js",
"dependencies": {
"body-parser": "^1.14.2",
"connect-mongo": "^1.1.0",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.4.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.12.1",
"formidable": "^1.0.17",
"gulp": "^3.9.0",
"home": "^0.0.1",
"http-proxy": "^1.12.0",
"mime": "^1.3.4",
"mkdirp": "^0.5.1",
"request": "^2.67.0",
"user-agent-parser": "^0.6.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhufengnodejs/node201509.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhufengnodejs/node201509/issues"
},
"homepage": "https://github.com/zhufengnodejs/node201509#readme"
}