Нема описа

package.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "lazy-cache",
  3. "description": "Cache requires to be lazy-loaded when needed.",
  4. "version": "1.0.4",
  5. "homepage": "https://github.com/jonschlinkert/lazy-cache",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/lazy-cache",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/lazy-cache/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "devDependencies": {
  23. "ansi-yellow": "^0.1.1",
  24. "glob": "^7.0.3",
  25. "gulp-format-md": "^0.1.8",
  26. "mocha": "^2.4.5"
  27. },
  28. "keywords": [
  29. "cache",
  30. "caching",
  31. "dependencies",
  32. "dependency",
  33. "lazy",
  34. "require",
  35. "requires"
  36. ],
  37. "verb": {
  38. "related": {
  39. "list": [
  40. "lint-deps"
  41. ]
  42. },
  43. "plugins": [
  44. "gulp-format-md"
  45. ],
  46. "toc": false,
  47. "layout": "default",
  48. "tasks": [
  49. "readme"
  50. ],
  51. "lint": {
  52. "reflinks": true
  53. },
  54. "reflinks": [
  55. "verb"
  56. ]
  57. }
  58. }