54 строки
1.5 KiB
JSON
54 строки
1.5 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.10.4",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"css-slam": "^1.1.0",
|
|
"del": "^2.2.1",
|
|
"eslint-config-google": "^0.6.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-appengine": "^0.1.5",
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^3.1.0",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-crisper": "^1.1.0",
|
|
"gulp-eslint": "^3.0.1",
|
|
"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.2.2",
|
|
"gulp-sass": "^3.1.0",
|
|
"gulp-uglify": "^1.5.4",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-vulcanize": "^6.1.0",
|
|
"http2-push-manifest": "^1.0.0",
|
|
"lighthouse-ci": "https://github.com/ebidel/lighthouse-ci",
|
|
"load-grunt-tasks": "^3.4.1",
|
|
"run-sequence": "^1.2.2",
|
|
"sw-precache": "^5.1.1",
|
|
"sw-toolbox": "^3.6.0"
|
|
}
|
|
}
|