UNPKG

678 BJSONView Raw
1{
2 "name": "tunnel",
3 "version": "0.0.0",
4 "description": "Node HTTP/HTTPS Agents for tunneling proxies",
5 "keywords": [
6 "http",
7 "https",
8 "agent",
9 "proxy"
10 ],
11 "homepage": "http://github.com/koichik/node-tunnel/",
12 "author": "Koichi Kobayashi <koichik@improvement.jp>",
13 "main": "./index.js",
14 "licenses": {
15 "type": "The MIT License",
16 "url": "http://www.opensource.org/licenses/mit-license.php"
17 },
18 "repositories": "https://github.com/koichik/node-tunnel.git",
19 "engines": {
20 "node": "0.7.0 || >=0.7.3"
21 },
22 "devDependencies": {
23 "mocha": "*",
24 "should": "*"
25 },
26 "scripts": {
27 "test": "./node_modules/mocha/bin/mocha"
28 }
29}