-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 859 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-cron",
"version": "1.0.4",
"description": "Tool to run light house cron jobs on multiple urls and ship results",
"main": "index.js",
"scripts": {
"demo": "node demo.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thearegee/lighthouse-cron.git"
},
"keywords": [
"audit",
"lighthouse",
"lighthouse-audits",
"performance",
"performance-metrics",
"pwa",
"synthetic-test",
"ci-cd"
],
"author": "Robin Glen",
"license": "MIT",
"bugs": {
"url": "https://github.com/thearegee/lighthouse-cron/issues"
},
"homepage": "https://github.com/thearegee/lighthouse-cron#readme",
"devDependencies": {
"jest": "^23.5.0"
},
"dependencies": {
"cron": "^1.2.1",
"lighthouse": "^3.0.3",
"promise-defer": "^1.0.0"
}
}