forked from devopsbookmarks/devopsbookmarks.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 874 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 874 Bytes
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.11.0",
"compression" : "~1.4.0",
"errorhandler" : "~1.3.3",
"connect-redirecthost" : "~2.0.0",
"static-asset" : "~0.5.7",
"morgan" : "~1.5.1",
"ejs" : "~2.2.4",
"underscore" : "~1.7.0",
"walk" : "~2.3.9"
},
"devDependencies": {
"load-grunt-tasks" : "~3.1.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.11.0",
"grunt-express-server" : "~0.4.19"
}
}