package.json 923 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "http-proxy",
  3. "version": "1.17.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/nodejitsu/node-http-proxy.git"
  7. },
  8. "description": "HTTP proxying for the masses",
  9. "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  10. "maintainers": [
  11. "jcrugzz <jcrugzz@gmail.com>"
  12. ],
  13. "main": "index.js",
  14. "dependencies": {
  15. "eventemitter3": "^3.0.0",
  16. "requires-port": "^1.0.0",
  17. "follow-redirects": "^1.0.0"
  18. },
  19. "devDependencies": {
  20. "async": "^2.0.0",
  21. "concat-stream": "^1.6.2",
  22. "expect.js": "~0.3.1",
  23. "mocha": "^3.5.3",
  24. "nyc": "^11.7.1",
  25. "semver": "^5.0.3",
  26. "socket.io": "^2.1.0",
  27. "socket.io-client": "^2.1.0",
  28. "sse": "0.0.6",
  29. "ws": "^0.8.0"
  30. },
  31. "scripts": {
  32. "mocha": "mocha test/*-test.js",
  33. "test": "nyc --reporter=text --reporter=lcov npm run mocha"
  34. },
  35. "engines": {
  36. "node": ">=4.0.0"
  37. },
  38. "license": "MIT"
  39. }