package.json 793 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "requizzle",
  3. "version": "0.2.3",
  4. "description": "Swizzle a little something into your require() calls.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "gulp test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/hegemonic/requizzle.git"
  12. },
  13. "keywords": [
  14. "module",
  15. "modules",
  16. "require",
  17. "inject",
  18. "dependency",
  19. "swizzle"
  20. ],
  21. "author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/hegemonic/requizzle/issues"
  25. },
  26. "homepage": "https://github.com/hegemonic/requizzle",
  27. "dependencies": {
  28. "lodash": "^4.17.14"
  29. },
  30. "devDependencies": {
  31. "expectations": "^1.0.0",
  32. "gulp": "^4.0.2",
  33. "gulp-eslint": "^6.0.0",
  34. "gulp-mocha": "^6.0.0"
  35. }
  36. }