-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "imooc",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^0.8.0",
"body-parser": "~1.0.0",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.0.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"express-session": "^1.9.1",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.3.0",
"jade": "~1.3.0",
"moment": "*",
"mongodb": "*",
"mongoose": "*",
"morgan": "^1.0.1",
"static-favicon": "~1.0.0",
"underscore": "*"
},
"description": "- [imooc视频地址](http://www.imooc.com/learn/75) - 本人根据视频敲的源代码,仅供参考",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/xuyuan923/imooc-1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xuyuan923/imooc-1/issues"
},
"homepage": "https://github.com/xuyuan923/imooc-1"
}