30 lines
699 B
JSON
30 lines
699 B
JSON
{
|
|
"author": "Postman Labs <help@getpostman.com>",
|
|
"name": "@postman/tunnel-agent",
|
|
"license": "Apache-2.0",
|
|
"description": "HTTP proxy tunneling agent.",
|
|
"version": "0.6.3",
|
|
"repository": {
|
|
"url": "git+https://github.com/postmanlabs/tunnel-agent.git"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postmanlabs/tunnel-agent/issues"
|
|
},
|
|
"homepage": "https://github.com/postmanlabs/tunnel-agent#readme",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|