forked from sitespeedio/sitespeed.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "sitespeed.io",
"version": "3.11.1",
"bin": "./bin/sitespeed.js",
"description": "Analyze the web performance of your site",
"keywords": [
"performance",
"web",
"rules",
"har",
"webperf",
"perfmatters",
"navigation-timing",
"browser"
],
"homepage": "https://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": "1.1.0",
"mocha": "2.*"
},
"main": "./lib/sitespeed.js",
"dependencies": {
"async": "1.3.0",
"browsertime": "0.12.0",
"cross-spawn-async": "1.0.1",
"fast-stats": "0.0.3",
"fs-extra": "0.22.1",
"gpagespeed": "1.0.0",
"handlebars": "3.0.3",
"html-minifier": "0.7.2",
"moment": "2.10.3",
"nomnom": "1.8.1",
"phantomjs": "1.9.17",
"request": "2.58.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": "1.0.1",
"xmlbuilder": "2.6.4"
}
}