forked from YounGoat/nodejs.htp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 805 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
{
"name": "htp",
"version": "0.4.3",
"description": "Easy http/https client",
"main": "htp.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --timeout 30000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YounGoat/nodejs.htp.git"
},
"keywords": [
"http",
"https"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/YounGoat/nodejs.htp/issues"
},
"homepage": "https://github.com/YounGoat/nodejs.htp#readme",
"devDependencies": {
"ajv": "^5.1.5",
"mocha": "^3.4.1"
},
"dependencies": {
"dns-agent": "^0.0.2",
"jinang": "^0.4.0",
"overload2": "^0.2.1"
}
}