| 12345678910111213141516171819 |
- {
- "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"
- }
|