forked from devopsbookmarks/devopsbookmarks.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 719 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 719 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
{
"name": "devops",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js",
"postinstall": "grunt build"
},
"engines": {
"node": "4.x"
},
"dependencies": {
"compression": "^1.6.0",
"connect-redirecthost": "^2.0.0",
"ejs": "^2.3.4",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-sass": "^1.1.0",
"load-grunt-tasks": "^3.3.0",
"morgan": "^1.6.1",
"static-asset": "^0.6.0",
"underscore": "^1.8.3",
"walk": "^2.3.9"
}
}