@dashersw/mongoose-id-autoinc
Version:
Creating of auto increment id fields
38 lines (37 loc) • 789 B
JSON
{
"name": "@dashersw/mongoose-id-autoinc",
"description": "Creating of auto increment id fields",
"version": "0.5.0",
"author": "MarioDu",
"dependencies": {},
"peerDependencies": {
"mongoose": "^5.10.7"
},
"homepage": "http://dujiakun.com",
"keywords": [
"mongoose",
"mongo",
"mongodb",
"auto-increment",
"increment",
"field",
"_id",
"id"
],
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/mariodu/mongoose-id-autoinc.git"
},
"main": "./index.js",
"readmeFilename": "README.md",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified,you can run 'node examples/example.js'\" && exit 1"
},
"license": "BSD"
}