package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "body",
  3. "version": "5.1.0",
  4. "description": "Body parsing",
  5. "keywords": [],
  6. "author": "Raynos <raynos2@gmail.com>",
  7. "repository": "git://github.com/Raynos/body.git",
  8. "main": "index",
  9. "homepage": "https://github.com/Raynos/body",
  10. "contributors": [
  11. {
  12. "name": "Jake Verbaten"
  13. }
  14. ],
  15. "bugs": {
  16. "url": "https://github.com/Raynos/body/issues",
  17. "email": "raynos2@gmail.com"
  18. },
  19. "dependencies": {
  20. "continuable-cache": "^0.3.1",
  21. "error": "^7.0.0",
  22. "raw-body": "~1.1.0",
  23. "safe-json-parse": "~1.0.1"
  24. },
  25. "devDependencies": {
  26. "after": "~0.7.0",
  27. "hammock": "^1.0.0",
  28. "test-server": "~0.1.3",
  29. "send-data": "~1.0.1",
  30. "tape": "~2.3.0",
  31. "process": "~0.5.1"
  32. },
  33. "licenses": [
  34. {
  35. "type": "MIT",
  36. "url": "http://github.com/Raynos/body/raw/master/LICENSE"
  37. }
  38. ],
  39. "scripts": {
  40. "test": "node ./test/index.js"
  41. },
  42. "__npminstall_done": true,
  43. "_from": "body@5.1.0",
  44. "_resolved": "https://registry.npmmirror.com/body/-/body-5.1.0.tgz"
  45. }