forked from lamweili/http-deceiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 965 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
{
"name": "http-deceiver",
"version": "1.2.7",
"description": "Deceive HTTP parser",
"main": "lib/deceiver.js",
"scripts": {
"lint": "standard",
"test": "mocha --reporter=spec test/*-test.js",
"coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/spdy-http2/http-deceiver.git"
},
"keywords": [
"http",
"net",
"deceive"
],
"author": "Fedor Indutny <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/spdy-http2/http-deceiver/issues"
},
"homepage": "https://github.com/spdy-http2/http-deceiver#readme",
"devDependencies": {
"handle-thing": "^1.0.1",
"istanbul": "^0.4.5",
"mocha": "^2.2.5",
"pre-commit": "^1.2.2",
"readable-stream": "^2.0.1",
"standard": "^8.6.0",
"stream-pair": "^1.0.0"
}
}