package.json 596 B

123456789101112131415161718192021222324
  1. {
  2. "name": "mongoose-legacy-pluralize",
  3. "version": "1.0.2",
  4. "description": "Legacy pluralization logic for mongoose",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/vkarpov15/mongoose-legacy-pluralize.git"
  9. },
  10. "keywords": [
  11. "mongoose",
  12. "mongodb"
  13. ],
  14. "peerDependencies": {
  15. "mongoose": "*"
  16. },
  17. "author": "Valeri Karpov <val@karpov.io>",
  18. "license": "Apache-2.0",
  19. "bugs": {
  20. "url": "https://github.com/vkarpov15/mongoose-legacy-pluralize/issues"
  21. },
  22. "homepage": "https://github.com/vkarpov15/mongoose-legacy-pluralize"
  23. }