forked from bodyno/front-end-separate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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": "ig-front-end",
"author": "body",
"version": "0.2.0",
"scripts": {
"start": "node bin/www"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"bower-installer": "^1.2.0",
"grunt": "0.4.5",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-cssmin": "0.11.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-filerev": "^2.3.1",
"grunt-htmlclean": "^2.6.4",
"grunt-nodemon": "^0.4.0",
"grunt-postcss": "^0.5.5",
"grunt-sass": "^1.0.0",
"grunt-spritesmith": "3.5.0",
"grunt-usemin-nobody": "^1.0.1",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "1.0.0"
},
"dependencies": {
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.12.4",
"express-session": "^1.11.3",
"express-velocity": "^1.0.0",
"morgan": "~1.5.3",
"serve-favicon": "~2.2.1",
"underscore": "^1.8.3"
}
}