UNPKG

congo-model

Version:

A model class for the congo mongodb ecosystem

34 lines (33 loc) 769 B
{ "name": "congo-model", "version": "1.0.5", "description": "A model class for the congo mongodb ecosystem", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/coballast/congo-model.git" }, "keywords": [ "mongo", "congo", "model", "db", "mongodb", "odm" ], "author": "Colin Ballast <coballast@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/coballast/congo-model/issues" }, "homepage": "https://github.com/coballast/congo-model#readme", "dependencies": { "congo-insert": "^1.0.1", "congo-update": "^1.0.0", "is-object-id": "^1.0.1", "mongodb": "^2.0.36" } }