forked from fedebertolini/lighthouse-graphite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 931 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
{
"name": "lighthouse-graphite",
"version": "1.2.5",
"description": "NodeJS app that get metrics from a website using lighthouse and sends them to a graphite service",
"main": "src/index.js",
"preferGlobal": true,
"scripts": {
"test": "jest"
},
"bin": {
"lighthouse-graphite": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fedebertolini/lighthouse-graphite.git"
},
"keywords": [
"lighthouse",
"graphite",
"grafana",
"performance"
],
"author": "Federico Bertolini",
"license": "MIT",
"bugs": {
"url": "https://github.com/fedebertolini/lighthouse-graphite/issues"
},
"homepage": "https://github.com/fedebertolini/lighthouse-graphite#readme",
"dependencies": {
"chrome-launcher": "~0.13.4",
"graphite": "~0.1.4",
"lighthouse": "~7",
"minimist": "~1.2.5"
},
"devDependencies": {
"jest": "~26.6.3"
}
}