-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 977 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
{
"name": "feigechuanshu",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/wlingke/college-apps"
},
"author": "Lingke Wang",
"bugs": {
"url": "https://github.com/wlingke/college-apps/issues"
},
"dependencies": {
"body-parser": "^1.9.2",
"ejs": "^1.0.0",
"express": "~4.2.0",
"forever": "^0.11.1",
"forever-monitor": "~1.2.3",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"lodash": "^2.4.1",
"minimist": "^1.1.0",
"morgan": "^1.4.1",
"grunt-bg-shell": "~2.3.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-nodemon": "^0.2.1",
"grunt-processhtml": "^0.3.3",
"load-grunt-tasks": "^0.4.0"
},
"devDependencies": {
}
}