UNPKG

sequence-generator

Version:
37 lines (36 loc) 847 B
{ "name": "sequence-generator", "version": "0.0.3", "description": "basic sequence generator for node apps", "main": "app.js", "scripts": { "test": "./node_modules/mocha/bin/mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/riasat97/sequence-generator.git" }, "keywords": [ "node", "mongo", "moongoose", "sequence", "increment" ], "engines": { "node": ">=4.2.4" }, "author": "Riasat Raihan <riasatraihan@gmail.com> (https://github.com/riasat97/)", "license": "MIT", "bugs": { "url": "https://github.com/riasat97/sequence-generator/issues" }, "homepage": "https://github.com/riasat97/sequence-generator#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5" }, "peerDependencies": { "mongoose": ">=4" } }