package.json 498 B

12345678910111213141516171819
  1. {
  2. "name": "http-https",
  3. "version": "1.0.0",
  4. "description": "A wrapper that chooses http or https for requests",
  5. "main": "http-https.js",
  6. "scripts": {
  7. "test": "node test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/isaacs/http-https"
  12. },
  13. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/isaacs/http-https/issues"
  17. },
  18. "homepage": "https://github.com/isaacs/http-https"
  19. }