UNPKG

simple-mongoose-autoincrement

Version:

Mongoose plugin for auto-increment number ID or given field name.

39 lines (38 loc) 890 B
{ "name": "simple-mongoose-autoincrement", "version": "1.2.1", "description": "Mongoose plugin for auto-increment number ID or given field name.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "git+https://github.com/moltak/mongoose-autoincrement.git" }, "keywords": [ "mongoose", "autoincrement", "auto_increment", "auto", "increment", "number", "id" ], "author": "moltak <moltak@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/moltak/mongoose-autoincrement/issues" }, "homepage": "https://github.com/moltak/mongoose-autoincrement#readme", "dependencies": { "rx": "^4.1.0", "rxjs": "^5.0.3" }, "devDependencies": { "bluebird": "^3.4.7", "chai": "^3.5.0", "mocha": "^3.2.0", "mongoose": "^4.7.7" } }