forked from GoogleChrome/chromium-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 879 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": "chromestatus-dashboard",
"description": "Chrome platform status - chromestatus.com",
"homepage": "https://www.chromestatus.com",
"private": true,
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"postinstall": "npm run deps; npm run build",
"deps": "rm -rf static/bower_components; bower install",
"build": "grunt",
"deploy": "./scripts/deploy_site.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/GoogleChrome/chromium-dashboard"
},
"bugs": {
"url": "https://github.com/GoogleChrome/chromium-dashboard/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-appengine": "^0.1.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-minified": "0.0.6",
"grunt-sass": "^1.2.0",
"grunt-vulcanize": "^1.0.0",
"http2-push-manifest": "^1.0.0",
"load-grunt-tasks": "^3.4.1"
}
}