UNPKG

719 BJSONView Raw
1{
2 "name": "tunnel",
3 "version": "0.0.5",
4 "description": "Node HTTP/HTTPS Agents for tunneling proxies",
5 "keywords": [
6 "http",
7 "https",
8 "agent",
9 "proxy",
10 "tunnel"
11 ],
12 "homepage": "https://github.com/koichik/node-tunnel/",
13 "bugs": "https://github.com/koichik/node-tunnel/issues",
14 "license": "MIT",
15 "author": "Koichi Kobayashi <koichik@improvement.jp>",
16 "main": "./index.js",
17 "directories": {
18 "lib": "./lib"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/koichik/node-tunnel.git"
23 },
24 "scripts": {
25 "test": "mocha"
26 },
27 "devDependencies": {
28 "mocha": "*",
29 "should": "*"
30 },
31 "engines": {
32 "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
33 }
34}