forked from bodyno/front-end-separate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.34 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
{
"name": "front-end-separate",
"author": "Nobody",
"version": "1.0.0",
"description": "A nice scaffolding tool for front end separate",
"scripts": {
"start": "better-npm-run start",
"prod": "better-npm-run prod"
},
"betterScripts":{
"start":{
"command":"node app"
},
"prod":{
"command":"node app",
"env":{
"NODE_ENV": "production"
}
}
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"bower-installer": "^1.2.0",
"grunt": "0.4.5",
"grunt-cdn": "^0.6.5",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "^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.7.7",
"grunt-nodemon": "^0.4.0",
"grunt-postcss": "^0.5.5",
"grunt-spritesmith": "3.5.0",
"grunt-usemin-nobody": "^1.0.1",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "1.0.0"
},
"dependencies": {
"better-npm-run": "0.0.8",
"body-parser": "~1.12.4",
"compression": "^1.6.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.12.4",
"express-session": "^1.11.3",
"morgan": "~1.5.3",
"ms": "^0.7.1",
"nunjucks": "^2.4.2"
}
}