request.json 821 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "request",
  3. "description": "Simplified HTTP request client.",
  4. "tags": [
  5. "http",
  6. "simple",
  7. "util",
  8. "utility"
  9. ],
  10. "version": "2.16.7",
  11. "author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
  12. "repository": {
  13. "type": "git",
  14. "url": "http://github.com/mikeal/request.git"
  15. },
  16. "bugs": {
  17. "url": "http://github.com/mikeal/request/issues"
  18. },
  19. "engines": [
  20. "node >= 0.8.0"
  21. ],
  22. "main": "index.js",
  23. "dependencies": {
  24. "form-data": "~0.0.3",
  25. "mime": "~1.2.7",
  26. "hawk": "~0.10.2",
  27. "node-uuid": "~1.4.0",
  28. "cookie-jar": "~0.2.0",
  29. "aws-sign": "~0.2.0",
  30. "oauth-sign": "~0.2.0",
  31. "forever-agent": "~0.2.0",
  32. "tunnel-agent": "~0.2.0",
  33. "json-stringify-safe": "~3.0.0",
  34. "qs": "~0.5.4"
  35. },
  36. "scripts": {
  37. "test": "node tests/run.js"
  38. }
  39. }