71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
|
"name": "sitespeed.io",
|
|
"version": "3.1.2",
|
|
"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": [
|
|
"assets",
|
|
"bin",
|
|
"conf",
|
|
"lib",
|
|
"templates"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "npm run lint",
|
|
"travis": "npm run lint"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.7"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.20.x",
|
|
"expect.js": "0.3.x",
|
|
"eslint": "0.13.x"
|
|
},
|
|
"main": "./lib/sitespeed.js",
|
|
"dependencies": {
|
|
"async": "0.9.0",
|
|
"browsertime": "0.8.21",
|
|
"cross-spawn": "0.2.3",
|
|
"dateformat": "1.0.11",
|
|
"fast-stats": "0.0.2",
|
|
"fs-extra": "0.16.3",
|
|
"gpagespeed": "1.0.0",
|
|
"handlebars": "2.0.0",
|
|
"nomnom": "1.8.1",
|
|
"phantomjs": "1.9.15",
|
|
"slimerjs": "0.9.2",
|
|
"tape": "3.5.0",
|
|
"valid-url": "1.0.9",
|
|
"webpagetest": "0.2.5",
|
|
"whereis": "0.4.0",
|
|
"winston": "0.8.3",
|
|
"xmlbuilder": "2.4.6"
|
|
}
|
|
}
|