UNPKG

plott-mongo

Version:

Creates connection, database and all necessary collections, indexes and models used by Plott.

33 lines (32 loc) 770 B
{ "name": "plott-mongo", "version": "0.0.1", "description": "Creates connection, database and all necessary collections, indexes and models used by Plott.", "main": "index.js", "scripts": { "test": "tape tests/*.js", "doc": "dox -r < index.js | doxme --readme > README.md" }, "repository": { "type": "git", "url": "git+https://github.com/Plott/plott-mongo.git" }, "keywords": [ "plott", "mongodb" ], "author": "Corey White", "license": "MIT", "bugs": { "url": "https://github.com/Plott/plott-mongo/issues" }, "homepage": "https://github.com/Plott/plott-mongo#readme", "devDependencies": { "dox": "^0.7.1", "doxme": "^1.8.2", "tape": "~3.5.0" }, "dependencies": { "mongoose": "^4.1.3" } }