-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
52 lines (52 loc) · 923 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
{
"name": "tmi",
"version": "2.0.0",
"description": "Discover your image weight on the web",
"license": "Apache-2.0",
"repository": "addyosmani/tmi",
"author": {
"name": "Addy Osmani",
"email": "[email protected]",
"url": "addyosmani.com"
},
"bin": "cli.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && mocha"
},
"files": [
"index.js",
"cli.js",
"data/bigquery.csv"
],
"keywords": [
"cli-app",
"cli",
"image",
"images",
"weight",
"image-weight",
"size",
"pagespeed",
"insights",
"speed",
"page",
"website",
"measure",
"optimize"
],
"dependencies": {
"chalk": "^1.0.0",
"log-symbols": "^1.0.1",
"meow": "^3.3.0",
"pretty-bytes": "^4.0.2",
"psi": "^3.0.0",
"update-notifier": "^2.0.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"xo": "^0.17.0"
}
}