package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "easy-extender",
  3. "description": "plugin/hooks interface",
  4. "version": "2.3.4",
  5. "homepage": "https://github.com/shakyshane/easy-extender",
  6. "author": {
  7. "name": "Shane Osbourne"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/shakyshane/easy-extender.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/shakyshane/easy-extender/issues"
  15. },
  16. "licenses": [
  17. {
  18. "type": "Apache-2.0",
  19. "url": "https://github.com/shakyShane/easy-extender/blob/master/LICENSE"
  20. }
  21. ],
  22. "main": "index.js",
  23. "engines": {
  24. "node": ">= 4.0.0"
  25. },
  26. "scripts": {
  27. "lint": "jshint test/*",
  28. "test": "npm run lint && mocha"
  29. },
  30. "dependencies": {
  31. "lodash": "^4.17.10"
  32. },
  33. "devDependencies": {
  34. "chai": "^1.9.1",
  35. "jshint": "^2.5.11",
  36. "mocha": "^5.2.0",
  37. "sinon": "^1.10.3"
  38. },
  39. "keywords": [
  40. "plugins"
  41. ],
  42. "__npminstall_done": true,
  43. "_from": "easy-extender@2.3.4",
  44. "_resolved": "https://registry.npmmirror.com/easy-extender/-/easy-extender-2.3.4.tgz"
  45. }