98 lines
2.5 KiB
JSON
98 lines
2.5 KiB
JSON
{
|
|
"name": "sitespeed.io",
|
|
"bin": "./bin/sitespeed.js",
|
|
"version": "4.0.0-alpha.3",
|
|
"description": "Analyze the web performance of your site",
|
|
"keywords": [
|
|
"performance",
|
|
"web",
|
|
"rules",
|
|
"har",
|
|
"webperf",
|
|
"perfmatters",
|
|
"navigation-timing",
|
|
"browser"
|
|
],
|
|
"homepage": "https://www.sitespeed.io",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Peter Hedenskog",
|
|
"url": "https://www.peterhedenskog.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Tobias Lidskog"
|
|
},
|
|
{
|
|
"name": "Jonathan Lee"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sitespeedio/sitespeed.io.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sitespeedio/sitespeed.io/issues"
|
|
},
|
|
"scripts": {
|
|
"lint": "npm run eslint && npm run pug-lint",
|
|
"eslint": "eslint .",
|
|
"eclint": "eclint check * lib/**/* bin/**/* tools/**/* !*.iml",
|
|
"eclint:fix": "eclint fix * lib/**/* bin/**/* tools/**/* !*.iml",
|
|
"pug-lint": "pug-lint lib/plugins/html/templates",
|
|
"test": "mocha",
|
|
"check-licenses": "tools/check-licenses.js",
|
|
"travis": "npm run lint && npm run test",
|
|
"build:css": "node-sass lib/plugins/html/src/sass/main.scss > lib/plugins/html/assets/css/index.css && cleancss -o lib/plugins/html/assets/css/index.min.css lib/plugins/html/assets/css/index.css"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"tag": "canary"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"chai-as-promised": "^5.2.0",
|
|
"clean-css": "^3.4.17",
|
|
"eclint": "^1.1.5",
|
|
"eslint": "^2.9.0",
|
|
"jsdoc": "^3.3.3",
|
|
"license-checker": "^5.1.2",
|
|
"mocha": "^2.4.4",
|
|
"node-sass": "^3.7.0",
|
|
"pug-lint": "^2.2.2",
|
|
"pug-lint-config-clock": "^2.0.0"
|
|
},
|
|
"main": "./lib/sitespeed.js",
|
|
"dependencies": {
|
|
"bluebird": "3.3.5",
|
|
"browsertime": "1.0.0-alpha.20",
|
|
"concurrent-queue": "7.0.1",
|
|
"fast-stats": "0.0.3",
|
|
"fs-extra": "0.30.0",
|
|
"gpagespeed": "3.0.0",
|
|
"influx": "4.2.0",
|
|
"intel": "1.1.0",
|
|
"line-reader": "0.4.0",
|
|
"lodash.clonedeep": "4.3.2",
|
|
"lodash.difference": "4.3.0",
|
|
"lodash.foreach": "4.3.0",
|
|
"lodash.get": "4.3.0",
|
|
"lodash.merge": "4.4.0",
|
|
"lodash.reduce": "4.4.0",
|
|
"lodash.set": "4.2.0",
|
|
"longjohn": "0.2.11",
|
|
"mkdirp": "0.5.1",
|
|
"moment": "2.13.0",
|
|
"node-slack": "0.0.7",
|
|
"node-uuid": "1.4.7",
|
|
"pagexray": "0.9.0",
|
|
"pug": "^2.0.0-beta2",
|
|
"simplecrawler": "0.7.0",
|
|
"webcoach": "0.23.0",
|
|
"webpagetest": "0.3.4",
|
|
"yargs": "4.7.0"
|
|
}
|
|
}
|