-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 823 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 823 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
34
35
36
37
38
39
{
"name": "@passmarked/http",
"version": "1.0.5",
"description": "Rules related to checking the http headers/protocol details of the request and response from server",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=testing mocha"
},
"author": "Passmarked <devops@passmarked.com>",
"keywords": [
"passmarked",
"http",
"headers",
"versioning",
"server",
"header",
"rules",
"tests",
"pagespeed",
"content",
"performance",
"security",
"compatibility",
"standards"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^1.4.2",
"passmarked": "*",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^2.1.0",
"coffeelint": "^1.9.2",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}