package.json 710 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "http-deceiver",
  3. "version": "1.2.7",
  4. "description": "Deceive HTTP parser",
  5. "main": "lib/deceiver.js",
  6. "scripts": {
  7. "test": "mocha --reporter=spec test/*-test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+ssh://git@github.com/indutny/http-deceiver.git"
  12. },
  13. "keywords": [
  14. "http",
  15. "net",
  16. "deceive"
  17. ],
  18. "author": "Fedor Indutny <fedor@indutny.com>",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/indutny/http-deceiver/issues"
  22. },
  23. "homepage": "https://github.com/indutny/http-deceiver#readme",
  24. "devDependencies": {
  25. "handle-thing": "^1.0.1",
  26. "mocha": "^2.2.5",
  27. "readable-stream": "^2.0.1",
  28. "stream-pair": "^1.0.0"
  29. }
  30. }