chromium-dashboard/package.json

53 строки
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"
},
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",
"build": "gulp",
2015-11-17 20:11:51 +03:00
"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": {
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"css-slam": "^1.1.0",
"del": "^2.2.1",
2016-07-20 01:19:06 +03:00
"eslint-config-google": "^0.6.0",
"grunt": "^0.4.5",
2014-04-19 02:47:18 +04:00
"grunt-appengine": "^0.1.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-crisper": "^1.1.0",
2016-07-20 23:56:27 +03:00
"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",
2017-07-01 01:45:52 +03:00
"gulp-sass": "^3.1.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"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",
"load-grunt-tasks": "^3.4.1",
"run-sequence": "^1.2.2",
"sw-precache": "^3.2.0",
"sw-toolbox": "^3.2.1"
}
}