-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 945 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": "imooc",
"version": "0.0.1",
"description": "imooc movies",
"main": "app.js",
"dependencies": {
"body-parser": "~1.15.1",
"connect-multiparty": "^2.0.0",
"express": "~4.13.4",
"express-session": "^1.14.1",
"grunt-mocha-test": "^0.12.7",
"jade": "~1.11.0",
"mocha": "^2.5.3",
"moment": "~2.13.0",
"mongoose": "~4.4.20",
"should": "^9.0.2",
"underscore": "~1.8.3",
"wechat": "^2.0.3"
},
"devDependencies": {
"grunt-contrib-watch": "^1.0.0",
"grunt": "^1.0.1",
"grunt-nodemon": "^0.4.2",
"grunt-concurrent": "^2.3.0",
"bcryptjs": "^2.3.0",
"express-session": "^1.13.0",
"cookie-parser": "^1.4.3",
"connect-mongo": "^1.2.1",
"morgan": "^1.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"imooc",
"movie"
],
"author": "dingrunchao <1941003983@qq.com>",
"license": "ISC"
}