http-https
Version:
A wrapper that chooses http or https for requests
20 lines (19 loc) • 498 B
JSON
{
"name": "http-https",
"version": "1.0.0",
"description": "A wrapper that chooses http or https for requests",
"main": "http-https.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/http-https"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaacs/http-https/issues"
},
"homepage": "https://github.com/isaacs/http-https"
}