72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"name": "sitespeed.io",
|
|
"version": "3.0.5",
|
|
"bin": "./bin/sitespeed.js",
|
|
"description": "Analyze the web performance of your site",
|
|
"keywords": [
|
|
"performance",
|
|
"web",
|
|
"rules",
|
|
"har",
|
|
"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": [
|
|
"bin",
|
|
"conf",
|
|
"assets",
|
|
"lib",
|
|
"templates"
|
|
],
|
|
"scripts": {
|
|
"lint": "jshint .",
|
|
"test": "npm run lint",
|
|
"travis": "npm run lint"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.20.x",
|
|
"expect.js": "0.3.x",
|
|
"jshint": "2.5.x"
|
|
},
|
|
"main": "./lib/sitespeed.js",
|
|
"dependencies": {
|
|
"handlebars": "2.0.x",
|
|
"phantomjs": "1.9.x",
|
|
"slimerjs": "0.9.x",
|
|
"async": "0.9.x",
|
|
"fast-stats": "0.0.2",
|
|
"fs-extra": "0.13.x",
|
|
"winston": "0.8.x",
|
|
"nomnom": "1.8.x",
|
|
"dateformat": "1.0.x",
|
|
"xmlbuilder": "2.4.x",
|
|
"whereis": "0.4.x",
|
|
"gpagespeed": "0.0.8",
|
|
"webpagetest": "0.2.x",
|
|
"simplehar": "0.18.x",
|
|
"cross-spawn": "0.2.x",
|
|
"tape": "3.0.x",
|
|
"valid-url": "1.0.x",
|
|
"browsertime": "0.8.x"
|
|
}
|
|
}
|