-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"author": "吴嘉华",
"name": "MyHomework",
"version": "0.0.1",
"homepage": "",
"licenses": {
"type": "MIT"
},
"bugs": "https://github.com/Thinking-Oriented-Programming/my-homework/issues",
"repository": {
"type": "git",
"url": "https://github.com/Thinking-Oriented-Programming/my-homework.git"
},
"dependencies": {
"cookie-parser": "~1.0.1",
"express": "~4.2.0",
"express-session": "~1.0.4",
"body-parser": "~1.0.0",
"jade": "~1.3.0",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"mongoose": "~3.8.12",
"bcrypt-nodejs": "*",
"connect-flash": "*",
"static-favicon": "~1.0.0",
"morgan": "~1.0.0",
"debug": "~0.7.4",
"mysql": "latest"
},
"devDependencies": {
"busboy": "^0.2.9",
"crypto": "0.0.3",
"fs-extra": "^0.18.4",
"grunt": "^0.4.5",
"grunt-bump": "0.0.6",
"grunt-contrib-clean": "^0.4.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.4.4",
"grunt-conventional-changelog": "^0.1.2",
"grunt-express": "1.4.0",
"grunt-livescript": "0.5.1",
"grunt-newer": "^0.7.0",
"load-grunt-configs": "^0.4.0",
"load-grunt-tasks": "^0.6.0",
"moment": "^2.10.2",
"multer": "^0.1.8",
"mysql": "^2.6.2",
"node-bourbon": "^1.2.3",
"node-mysql": "^0.4.2",
"node-snowflake": "0.0.1",
"ueditor": "^1.1.1"
}
}