You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
596 B
24 lines
596 B
{
|
|
"name": "mongoose-legacy-pluralize",
|
|
"version": "1.0.2",
|
|
"description": "Legacy pluralization logic for mongoose",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vkarpov15/mongoose-legacy-pluralize.git"
|
|
},
|
|
"keywords": [
|
|
"mongoose",
|
|
"mongodb"
|
|
],
|
|
"peerDependencies": {
|
|
"mongoose": "*"
|
|
},
|
|
"author": "Valeri Karpov <val@karpov.io>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/vkarpov15/mongoose-legacy-pluralize/issues"
|
|
},
|
|
"homepage": "https://github.com/vkarpov15/mongoose-legacy-pluralize"
|
|
}
|