lighthouse
Version:
> Stops you crashing into the rocks; lights the way
50 lines (49 loc) • 1.27 kB
JSON
{
"name": "lighthouse",
"version": "1.0.1",
"description": "",
"bin": "cli.js",
"engines": {
"node": ">=5"
},
"scripts": {
"closure": "closure/closure-type-checking.js",
"lint": "eslint .",
"test": "npm run lint --silent && npm run unit && npm run closure",
"unit": "mocha $(find ./test -name '*.js') --timeout 60000",
"chrome": "./launch-chrome.sh",
"start": "node cli.js"
},
"repository": "googlechrome/lighthouse",
"keywords": [
"google",
"chrome",
"devtools"
],
"author": "The Chromium Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/googlechrome/big-rig/issues"
},
"homepage": "https://github.com/googlechrome/big-rig#readme",
"dependencies": {
"chrome-devtools-frontend": "1.0.381789",
"chrome-remote-interface": "^0.11.0",
"devtools-timeline-model": "1.0.16",
"meow": "^3.7.0",
"npmlog": "^2.0.3",
"semver": "^5.1.0",
"traceviewer": "^1.0.8"
},
"devDependencies": {
"eslint": "^2.4.0",
"eslint-config-google": "^0.4.0",
"google-closure-compiler": "^20160315.0.0",
"gulp": "^3.9.1",
"gulp-replace": "^0.5.4",
"gulp-util": "^3.0.7",
"mocha": "^2.3.3",
"request": "^2.69.0",
"walk": "^2.3.9"
}
}