2016-06-15 21:37:52 +03:00
|
|
|
{
|
|
|
|
"name": "lighthouse",
|
2016-10-11 01:49:34 +03:00
|
|
|
"version": "1.1.5",
|
2016-06-15 21:37:52 +03:00
|
|
|
"description": "Lighthouse",
|
2016-07-11 15:36:50 +03:00
|
|
|
"main": "./lighthouse-core/index.js",
|
2016-09-21 03:09:05 +03:00
|
|
|
"bin": {
|
|
|
|
"lighthouse": "./lighthouse-cli/index.js",
|
|
|
|
"chrome-debug": "lighthouse-core/scripts/launch-chrome.sh"
|
|
|
|
},
|
2016-06-15 21:37:52 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=5"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-08-02 02:10:54 +03:00
|
|
|
"lint": "[ \"$CI\" = true ] && eslint --quiet . || eslint .",
|
2016-06-15 21:37:52 +03:00
|
|
|
"smoke": "lighthouse-cli/scripts/run-smoke-tests.sh",
|
2016-08-20 06:51:05 +03:00
|
|
|
"coverage": "node $__node_harmony $(npm bin)/istanbul cover -x \"**/third_party/**\" _mocha -- $(find */test -name '*-test.js') --timeout 10000 --reporter progress",
|
2016-06-15 21:37:52 +03:00
|
|
|
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
|
|
|
|
"start": "node ./lighthouse-cli/index.js",
|
2016-09-23 12:46:57 +03:00
|
|
|
"test": "npm run lint --silent && npm run unit",
|
2016-08-02 02:10:54 +03:00
|
|
|
"cli-unit": "lighthouse-core/scripts/run-mocha.sh --cli",
|
|
|
|
"unit": "lighthouse-core/scripts/run-mocha.sh --default",
|
2016-07-25 23:12:36 +03:00
|
|
|
"closure": "cd lighthouse-core && closure/closure-type-checking.js",
|
2016-08-02 02:10:54 +03:00
|
|
|
"watch": "lighthouse-core/scripts/run-mocha.sh --watch",
|
2016-09-23 04:20:09 +03:00
|
|
|
"chrome": "lighthouse-core/scripts/launch-chrome.sh",
|
2016-09-30 03:07:51 +03:00
|
|
|
"dbw": "npm run start -- --config-path=lighthouse-core/config/dobetterweb.json --mobile=false --output=html --output-path=results.html"
|
2016-06-15 21:37:52 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-10-01 03:59:29 +03:00
|
|
|
"babel-core": "^6.16.0",
|
|
|
|
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
|
2016-07-25 23:12:36 +03:00
|
|
|
"coveralls": "^2.11.9",
|
|
|
|
"eslint": "^2.4.0",
|
2016-10-01 03:59:29 +03:00
|
|
|
"eslint-config-google": "^0.4.0",
|
2016-07-25 23:12:36 +03:00
|
|
|
"google-closure-compiler": "^20160517.0.0",
|
2016-10-01 03:59:29 +03:00
|
|
|
"gulp": "^3.9.1",
|
2016-07-25 23:12:36 +03:00
|
|
|
"gulp-replace": "^0.5.4",
|
|
|
|
"gulp-util": "^3.0.7",
|
2016-06-15 21:37:52 +03:00
|
|
|
"istanbul": "^0.4.3",
|
2016-07-25 23:12:36 +03:00
|
|
|
"jsdom": "^9.0.0",
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"mocha": "^2.3.3",
|
|
|
|
"request": "^2.69.0",
|
|
|
|
"walk": "^2.3.9"
|
2016-06-15 21:37:52 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-07-25 23:12:36 +03:00
|
|
|
"axe-core": "^1.1.1",
|
2016-10-01 04:09:42 +03:00
|
|
|
"chrome-devtools-frontend": "1.0.422034",
|
2016-07-25 23:12:36 +03:00
|
|
|
"chrome-remote-interface": "^0.11.0",
|
|
|
|
"debug": "^2.2.0",
|
|
|
|
"devtools-timeline-model": "1.1.6",
|
|
|
|
"gl-matrix": "2.3.2",
|
|
|
|
"handlebars": "^4.0.5",
|
|
|
|
"json-stringify-safe": "^5.0.1",
|
|
|
|
"jszip": "2.6.0",
|
2016-09-13 02:41:18 +03:00
|
|
|
"mkdirp": "^0.5.1",
|
2016-09-15 02:05:26 +03:00
|
|
|
"rimraf": "^2.2.8",
|
2016-06-28 00:19:23 +03:00
|
|
|
"semver": ">=4.3.3",
|
2016-10-02 22:48:07 +03:00
|
|
|
"speedline": "1.0.2",
|
2016-06-23 22:01:31 +03:00
|
|
|
"yargs": "3.30.0"
|
2016-06-15 21:37:52 +03:00
|
|
|
},
|
|
|
|
"repository": "googlechrome/lighthouse",
|
|
|
|
"keywords": [
|
|
|
|
"google",
|
|
|
|
"chrome",
|
|
|
|
"devtools"
|
|
|
|
],
|
|
|
|
"author": "The Chromium Authors",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/googlechrome/lighthouse/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/googlechrome/lighthouse#readme"
|
|
|
|
}
|