77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"name": "sitespeed.io",
|
|
"version": "3.6.3",
|
|
"bin": "./bin/sitespeed.js",
|
|
"description": "Analyze the web performance of your site",
|
|
"keywords": [
|
|
"performance",
|
|
"web",
|
|
"rules",
|
|
"har",
|
|
"webperf",
|
|
"perfmatters",
|
|
"navigation-timing",
|
|
"browser"
|
|
],
|
|
"homepage": "http://www.sitespeed.io",
|
|
"license": "Apache-2.0",
|
|
"author": {
|
|
"name": "Peter Hedenskog",
|
|
"url": "http://www.peterhedenskog.com"
|
|
},
|
|
"contributors": {
|
|
"name": "Tobias Lidskog"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sitespeedio/sitespeed.io.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sitespeedio/sitespeed.io/issues"
|
|
},
|
|
"files": [
|
|
"assets",
|
|
"bin",
|
|
"conf",
|
|
"lib",
|
|
"templates"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "mocha",
|
|
"travis": "npm run lint && npm run test"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.7"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^2.2.0",
|
|
"chai-as-promised": "^4.3.0",
|
|
"eslint": "0.17.1",
|
|
"mocha": "2.*"
|
|
},
|
|
"main": "./lib/sitespeed.js",
|
|
"dependencies": {
|
|
"async": "0.9.0",
|
|
"browsertime": "0.9.8",
|
|
"cross-spawn": "0.2.6",
|
|
"fast-stats": "0.0.2",
|
|
"fs-extra": "0.16.3",
|
|
"gpagespeed": "1.0.0",
|
|
"handlebars": "3.0.0",
|
|
"html-minifier": "0.7.0",
|
|
"moment": "2.9.0",
|
|
"nomnom": "1.8.1",
|
|
"phantomjs": "1.9.15",
|
|
"request": "2.55.0",
|
|
"simplehar.sitespeed.io": "0.19.0",
|
|
"slimerjs": "0.9.2",
|
|
"tape": "3.5.0",
|
|
"valid-url": "1.0.9",
|
|
"webpagetest": "0.2.5",
|
|
"whereis": "0.4.0",
|
|
"winston": "0.9.0",
|
|
"xmlbuilder": "2.6.1"
|
|
}
|
|
}
|