UNPKG

scoped-http-client

Version:
28 lines (27 loc) 674 B
{ "name": "scoped-http-client" , "description": "http client request wrapper" , "version": "0.10.1" , "author": "technoweenie" , "engines" : [ "node >= 0.8.0" ] , "homepage": "https://github.com/technoweenie/node-scoped-http-client" , "main": "./src/index" , "directories": { "lib": "./src" } , "repository": { "type": "git" , "url": "https://github.com/technoweenie/node-scoped-http-client.git" } , "scripts": { "test": "make test" } , "devDependencies": { "coffee-script": "1.3.3" } , "licenses": [ { "type": "MIT" , "url": "https://github.com/technoweenie/node-scoped-http-client/blob/master/LICENSE" } ] }