forked from GoogleChromeLabs/psi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1015 Bytes
/
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
{
"name": "psi",
"version": "3.1.0",
"description": "PageSpeed Insights with reporting",
"license": "Apache-2.0",
"repository": "addyosmani/psi",
"author": {
"name": "Addy Osmani",
"email": "addyosmani@gmail.com",
"url": "addyosmani.com"
},
"bin": "cli.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && mocha"
},
"files": [
"cli.js",
"index.js",
"lib"
],
"keywords": [
"pagespeed",
"insights",
"speed",
"page",
"website",
"measure",
"optimize",
"size"
],
"dependencies": {
"chalk": "^2.3.0",
"download": "^4.4.1",
"googleapis": "^24.0.0",
"humanize-url": "^1.0.1",
"lodash": "^4.5.1",
"meow": "^4.0.0",
"pify": "^3.0.0",
"prepend-http": "^2.0.0",
"pretty-bytes": "^4.0.2",
"sort-on": "^2.0.0",
"strip-ansi": "^4.0.0",
"update-notifier": "^2.0.0"
},
"devDependencies": {
"mocha": "^4.1.0",
"xo": "^0.18.0"
},
"xo": {
"space": true
}
}