-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1017 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
{
"name": "@passmarked/lighthouse",
"version": "0.0.1",
"description": "Rules that check if any bandwidth can be saved on the pages content",
"main": "index.js",
"scripts": {
"start": "node node_modules/@passmarked/worker/cli.js worker.json",
"test": "NODE_ENV=testing mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:passmarked/lighthouse.git"
},
"author": "Passmarked <[email protected]>",
"keywords": [
"passmarked",
"pwa",
"lighthouse",
"rules",
"pagespeed",
"tests",
"pagespeed",
"content",
"performance",
"security",
"compatibility",
"standards"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^2.6.0",
"cheerio": "^1.0.0-rc.2",
"passmarked": "*",
"request": "^2.83.0",
"string": "^3.3.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^4.1.2",
"coffeelint": "^2.1.0",
"mocha": "^5.0.2",
"sinon": "^4.4.2",
"sinon-chai": "^3.0.0"
}
}