mongoose-id-autoinc
Version:
Creating of auto increment id fields
40 lines (39 loc) • 813 B
JSON
{
"name": "mongoose-id-autoinc",
"description": "Creating of auto increment id fields",
"version": "2013.7.14-4",
"author": "MarioDu",
"dependencies": {
"mongoose": ">=3.0.0"
},
"devDependencies": {
"mongoose": ">=3.0.0"
},
"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"
}