forked from devopsbookmarks/devopsbookmarks.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 871 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
{
"name": "devops",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"express" : "~4.x",
"compression" : "~1.2.0",
"errorhandler" : "~1.2.2",
"connect-redirecthost" : "~2.0.0",
"static-asset" : "~0.5.7",
"morgan" : "~1.3.0",
"ejs" : "~1.0.0",
"underscore" : "~1.7.0",
"walk" : "~2.3.3"
},
"devDependencies": {
"load-grunt-tasks" : "~1.0.0",
"grunt" : "~0.4.5",
"grunt-cli" : "~0.1.13",
"grunt-sass" : "~0.16.0",
"grunt-bower-task" : "~0.4.0",
"grunt-contrib-watch" : "~0.6.1",
"grunt-contrib-jshint" : "~0.10.0",
"grunt-express-server" : "~0.4.19"
}
}