UNPKG

apx-mongoose

Version:

Mongoose initializer for APX API server

49 lines (48 loc) 1.1 kB
{ "name": "apx-mongoose", "version": "0.5.2", "description": "Mongoose initializer for APX API server", "homepage": "https://github.com/snailjs/apx-mongoose", "bugs": "https://github.com/snailjs/apx-mongoose/issues", "authors": [ { "name": "Bryan Tong", "email": "contact@nullivex.com", "homepage": "https://github.com/nullivex" }, { "name": "Tony Butler", "email": "spudz76@gmail.com", "homepage": "https://github.com/spudz76" } ], "repository": { "type": "git", "url": "https://github.com/snailjs/apx-mongoose.git" }, "keywords": [ "mongoose", "initializer", "apx" ], "engines": { "node": ">=0.8.0" }, "dependencies": { "mongoose": "~3.8.2" }, "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-jshint": "~0.7.1", "grunt-contrib-watch": "~0.5.3", "grunt-mocha-test": "~0.8.1", "grunt-project-update": "~0.2.2", "mocha": "~1.15.1", "chai": "~1.8.1", "jshint-stylish": "~0.1.3", "apx": "~0.7.0" }, "scripts": { "test": "grunt test" } }