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",
|
2019-05-22 21:51:38 +03:00
|
|
|
"deps": "pip install -t lib -r requirements.txt",
|
2019-07-02 01:11:08 +03:00
|
|
|
"lint": "gulp lint",
|
2016-07-20 22:49:10 +03:00
|
|
|
"build": "gulp",
|
2019-05-22 21:51:38 +03:00
|
|
|
"watch": "gulp watch",
|
2017-07-25 18:39:49 +03:00
|
|
|
"deploy": "./scripts/deploy_site.sh",
|
|
|
|
"start": "./scripts/start_server.sh"
|
2015-11-17 20:11:51 +03:00
|
|
|
},
|
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": {
|
2018-06-05 00:56:45 +03:00
|
|
|
"babel-core": "^6.26.3",
|
2016-07-20 22:49:10 +03:00
|
|
|
"babel-preset-es2015": "^6.9.0",
|
2018-06-05 00:56:45 +03:00
|
|
|
"del": "^3.0.0",
|
2019-01-10 19:25:31 +03:00
|
|
|
"eslint": "^5.2.0",
|
2018-06-05 00:56:45 +03:00
|
|
|
"eslint-config-google": "^0.9.1",
|
|
|
|
"gulp": "^4.0.0",
|
|
|
|
"gulp-autoprefixer": "^5.0.0",
|
|
|
|
"gulp-babel": "^7.0.1",
|
2016-07-20 22:49:10 +03:00
|
|
|
"gulp-crisper": "^1.1.0",
|
2019-01-10 19:25:31 +03:00
|
|
|
"gulp-eslint": "^5.0.0",
|
2019-07-02 00:28:54 +03:00
|
|
|
"gulp-eslint-if-fixed": "^1.0.0",
|
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",
|
2019-01-10 19:25:31 +03:00
|
|
|
"gulp-rename": "^1.4.0",
|
2018-06-05 00:56:45 +03:00
|
|
|
"gulp-sass": "^4.0.1",
|
|
|
|
"gulp-uglify-es": "^1.0.4",
|
2016-07-20 22:34:31 +03:00
|
|
|
"gulp-util": "^3.0.7",
|
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",
|
2018-03-23 21:10:38 +03:00
|
|
|
"sw-precache": "^5.2.1",
|
2017-06-06 03:31:04 +03:00
|
|
|
"sw-toolbox": "^3.6.0"
|
2018-06-05 00:56:45 +03:00
|
|
|
},
|
2019-07-20 02:48:34 +03:00
|
|
|
"dependencies": {}
|
2014-03-24 20:23:22 +04:00
|
|
|
}
|