-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 743 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 743 Bytes
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
{
"name": "lightdiff",
"version": "1.0.4",
"description": "Command line tool for comparing the average performance of two urls.",
"main": "index.js",
"bin": {
"lightdiff": "./index.js"
},
"author": {
"name": "Drew McMillan",
"url": "https://drew.mx"
},
"homepage": "https://github.com/drewmcmillan/lightdiff",
"bugs": {
"url": "https://github.com/drewmcmillan/lightdiff/issues"
},
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"chrome-launcher": "^0.10.2",
"commander": "^2.16.0",
"console.table": "^0.10.0",
"lighthouse": "^3.0.2",
"loading-spinner": "^1.2.0"
},
"keywords": [
"compare",
"lighthouse",
"report",
"performance",
"average"
]
}