package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "requirefresh",
  3. "version": "1.1.2",
  4. "description": "Require a file without adding it into the require cache",
  5. "homepage": "https://github.com/bevry/requirefresh",
  6. "keywords": [
  7. "require",
  8. "requirefresh",
  9. "require-fresh",
  10. "cache"
  11. ],
  12. "author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
  13. "maintainers": [
  14. "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
  15. ],
  16. "contributors": [
  17. "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
  18. ],
  19. "bugs": {
  20. "url": "https://github.com/bevry/requirefresh/issues"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "http://github.com/bevry/requirefresh.git"
  25. },
  26. "engines": {
  27. "node": ">=0.8"
  28. },
  29. "dependencies": {},
  30. "devDependencies": {
  31. "coffee-script": "~1.6.3",
  32. "joe": "~1.3.0",
  33. "joe-reporter-console": "~1.2.1",
  34. "chai": "~1.7.2"
  35. },
  36. "directories": {
  37. "lib": "./out/lib"
  38. },
  39. "scripts": {
  40. "test": "node ./out/test/requirefresh-test.js"
  41. },
  42. "main": "./out/lib/requirefresh.js",
  43. "__npminstall_done": true,
  44. "_from": "requirefresh@1.1.2",
  45. "_resolved": "https://registry.npmmirror.com/requirefresh/-/requirefresh-1.1.2.tgz"
  46. }