-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.05 KB
/
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
{
"name": "@passmarked/network",
"version": "1.0.14",
"description": "Rules that check if the network is configured for the best performance",
"main": "index.js",
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.org:passmarked/network.git"
},
"author": "Passmarked <devops@passmarked.com>",
"keywords": [
"passmarked",
"network",
"rules",
"pagespeed",
"tests",
"pagespeed",
"content",
"performance",
"security",
"compatibility",
"standards"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.19.0",
"clean-css": "^3.4.8",
"html-minifier": "^3.2.3",
"http2": "^3.3.4",
"net-ping": "^1.2.0",
"passmarked": "*",
"request": "^2.58.0",
"spdy": "^3.3.3",
"string": "^3.2.0",
"uglify-js": "^2.6.1",
"underscore": "^1.8.2",
"when": "^3.6.3",
"winston": "^1.0.1"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
}
}