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
33 lines (33 loc) · 761 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 761 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
33
{
"name": "devops",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js",
"build": "script/build",
"heroku-postbuild": "script/build"
},
"engines": {
"node": "12.x"
},
"dependencies": {
"bourbon": "latest",
"compression": "^1.6.0",
"connect-redirecthost": "^2.0.0",
"ejs": "^2.3.4",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-watch": "latest",
"grunt-express-server": "latest",
"jshint": "latest",
"load-grunt-tasks": "latest",
"morgan": "^1.6.1",
"node-sass": "latest",
"normalize-scss": "latest",
"static-asset": "^0.6.0",
"underscore": "^1.8.3",
"walk": "^2.3.9"
}
}