55 строки
1.6 KiB
JSON
55 строки
1.6 KiB
JSON
{
|
|
"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 && pip install -t lib -r requirements.txt",
|
|
"lint": "gulp lint",
|
|
"build": "gulp",
|
|
"deploy": "./scripts/deploy_site.sh",
|
|
"start": "./scripts/start_server.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GoogleChrome/chromium-dashboard"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/GoogleChrome/chromium-dashboard/issues"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"css-slam": "^2.1.2",
|
|
"del": "^3.0.0",
|
|
"eslint": "^5.2.0",
|
|
"eslint-config-google": "^0.9.1",
|
|
"grunt": "^1.0.3",
|
|
"grunt-appengine": "^0.1.5",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^5.0.0",
|
|
"gulp-babel": "^7.0.1",
|
|
"gulp-crisper": "^1.1.0",
|
|
"gulp-eslint": "^5.0.0",
|
|
"gulp-if": "^2.0.1",
|
|
"gulp-license": "^1.1.0",
|
|
"gulp-load-plugins": "^1.2.4",
|
|
"gulp-minify-html": "^1.0.6",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-uglify-es": "^1.0.4",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-vulcanize": "^7.0.0",
|
|
"http2-push-manifest": "^1.0.0",
|
|
"lighthouse-ci": "https://github.com/ebidel/lighthouse-ci",
|
|
"load-grunt-tasks": "^4.0.0",
|
|
"sw-precache": "^5.2.1",
|
|
"sw-toolbox": "^3.6.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|