2014-03-24 20:23:22 +04:00
|
|
|
{
|
|
|
|
"name": "chromestatus-dashboard",
|
2016-07-08 22:04:57 +03:00
|
|
|
"description": "Chrome platform status - chromestatus.com",
|
|
|
|
"homepage": "https://www.chromestatus.com",
|
2014-04-03 22:33:36 +04:00
|
|
|
"private": true,
|
2016-07-08 22:04:57 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
},
|
2015-11-17 20:11:51 +03:00
|
|
|
"scripts": {
|
2017-04-01 01:09:52 +03:00
|
|
|
"postinstall": "npm run deps && npm run build",
|
2015-11-17 20:11:51 +03:00
|
|
|
"deps": "rm -rf static/bower_components; bower install",
|
2016-07-20 23:56:27 +03:00
|
|
|
"lint": "gulp lint",
|
2016-07-20 22:49:10 +03:00
|
|
|
"build": "gulp",
|
2015-11-17 20:11:51 +03:00
|
|
|
"deploy": "./scripts/deploy_site.sh"
|
|
|
|
},
|
2016-07-08 22:04:57 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/GoogleChrome/chromium-dashboard"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/GoogleChrome/chromium-dashboard/issues"
|
|
|
|
},
|
2014-03-24 20:23:22 +04:00
|
|
|
"devDependencies": {
|
2016-07-20 22:49:10 +03:00
|
|
|
"babel-core": "^6.10.4",
|
|
|
|
"babel-preset-es2015": "^6.9.0",
|
2016-07-21 23:50:22 +03:00
|
|
|
"css-slam": "^1.1.0",
|
2016-07-20 22:49:10 +03:00
|
|
|
"del": "^2.2.1",
|
2016-07-20 01:19:06 +03:00
|
|
|
"eslint-config-google": "^0.6.0",
|
2016-07-08 22:04:57 +03:00
|
|
|
"grunt": "^0.4.5",
|
2014-04-19 02:47:18 +04:00
|
|
|
"grunt-appengine": "^0.1.5",
|
2016-07-20 22:49:10 +03:00
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-autoprefixer": "^3.1.0",
|
2016-08-06 03:30:04 +03:00
|
|
|
"gulp-babel": "^6.1.2",
|
2016-07-20 22:49:10 +03:00
|
|
|
"gulp-crisper": "^1.1.0",
|
2016-07-20 23:56:27 +03:00
|
|
|
"gulp-eslint": "^3.0.1",
|
2016-07-20 22:49:10 +03:00
|
|
|
"gulp-if": "^2.0.1",
|
2016-07-21 23:50:22 +03:00
|
|
|
"gulp-license": "^1.1.0",
|
2016-07-20 22:49:10 +03:00
|
|
|
"gulp-load-plugins": "^1.2.4",
|
2016-07-21 23:50:22 +03:00
|
|
|
"gulp-minify-html": "^1.0.6",
|
2016-07-20 22:49:10 +03:00
|
|
|
"gulp-rename": "^1.2.2",
|
2017-07-01 01:45:52 +03:00
|
|
|
"gulp-sass": "^3.1.0",
|
2016-07-20 22:49:10 +03:00
|
|
|
"gulp-uglify": "^1.5.4",
|
2016-07-20 22:34:31 +03:00
|
|
|
"gulp-util": "^3.0.7",
|
2016-07-20 22:49:10 +03:00
|
|
|
"gulp-vulcanize": "^6.1.0",
|
2015-11-01 01:52:56 +03:00
|
|
|
"http2-push-manifest": "^1.0.0",
|
2017-06-14 01:44:10 +03:00
|
|
|
"lighthouse-ci": "https://github.com/ebidel/lighthouse-ci",
|
2016-07-20 22:49:10 +03:00
|
|
|
"load-grunt-tasks": "^3.4.1",
|
2016-07-19 23:35:32 +03:00
|
|
|
"run-sequence": "^1.2.2",
|
|
|
|
"sw-precache": "^3.2.0",
|
|
|
|
"sw-toolbox": "^3.2.1"
|
2014-03-24 20:23:22 +04:00
|
|
|
}
|
|
|
|
}
|