package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "agentkeepalive",
  3. "version": "3.4.1",
  4. "description": "Missing keepalive http.Agent",
  5. "main": "index.js",
  6. "browser": "browser.js",
  7. "files": [
  8. "index.js",
  9. "browser.js",
  10. "lib"
  11. ],
  12. "scripts": {
  13. "test": "egg-bin test",
  14. "cov": "egg-bin cov",
  15. "ci": "npm run lint && npm run cov",
  16. "lint": "eslint lib test index.js",
  17. "autod": "autod"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/node-modules/agentkeepalive.git"
  22. },
  23. "bugs": {
  24. "url": "https://github.com/node-modules/agentkeepalive/issues"
  25. },
  26. "keywords": [
  27. "http",
  28. "https",
  29. "agent",
  30. "keepalive",
  31. "agentkeepalive"
  32. ],
  33. "dependencies": {
  34. "humanize-ms": "^1.2.1"
  35. },
  36. "devDependencies": {
  37. "autod": "^2.8.0",
  38. "egg-bin": "^1.10.3",
  39. "egg-ci": "^1.7.0",
  40. "eslint": "^3.19.0",
  41. "eslint-config-egg": "^4.2.0",
  42. "pedding": "^1.1.0"
  43. },
  44. "engines": {
  45. "node": ">= 4.0.0"
  46. },
  47. "ci": {
  48. "version": "4.3.2, 4, 6, 8, 9"
  49. },
  50. "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
  51. "license": "MIT"
  52. }