package.json 1019 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "resp-modifier",
  3. "description": "Middleware for modifying a HTML response",
  4. "version": "6.0.2",
  5. "author": {
  6. "name": "Shane Osbourne",
  7. "email": "shane.osbourne8@gmail.com"
  8. },
  9. "repository": "shakyshane/resp-modifier",
  10. "licenses": [
  11. {
  12. "type": "MIT",
  13. "url": "https://github.com/shakyshane/resp-modifier/blob/master/LICENSE-MIT"
  14. }
  15. ],
  16. "files": [
  17. "index.js",
  18. "lib"
  19. ],
  20. "engines": {
  21. "node": ">= 0.8.0"
  22. },
  23. "scripts": {
  24. "test": "jshint test/*.js index.js && mocha"
  25. },
  26. "dependencies": {
  27. "debug": "^2.2.0",
  28. "minimatch": "^3.0.2"
  29. },
  30. "devDependencies": {
  31. "browser-sync": "^2.8.2",
  32. "chai": "^2.3.0",
  33. "express": "^4.13.3",
  34. "jshint": "^2.6.0",
  35. "mocha": "^2.1.0",
  36. "multiline": "^1.0.2",
  37. "serve-static": "^1.8.1",
  38. "supertest": "^1.0.1"
  39. },
  40. "keywords": [],
  41. "__npminstall_done": true,
  42. "_from": "resp-modifier@6.0.2",
  43. "_resolved": "https://registry.npmmirror.com/resp-modifier/-/resp-modifier-6.0.2.tgz"
  44. }