UNPKG

modm

Version:

A MongoDB Object Document Mapper (ODM)

45 lines (44 loc) 978 B
{ "name": "modm", "version": "0.4.1", "author": "Adrian Ottiker <adrian@ottiker.com>", "description": "A MongoDB Object Document Mapper (ODM)", "contributors": [ "Adrian Ottiker <adrian@ottiker.com>", "Ionică Bizău <bizauionica@gmail.com>", "Gabriel Petrovay <gabipetrovay@gmail.com>", "Andrei Dan <andreidani96@gmail.com>" ], "repository": { "type": "git", "url": "https://github.com/adioo/modm.git" }, "keywords": [ "mongodb", "orm", "object", "document", "mapper" ], "dependencies": { "jxutils": "0.1.5", "moment": "2.6.0", "mongodb": "1.4.14" }, "engine": { "node": ">=0.8" }, "bugs": { "url": "https://github.com/adioo/modm/issues" }, "homepage": "https://github.com/adioo/modm", "main": "index.js", "directories": { "example": "example" }, "devDependencies": {}, "scripts": { "test": "node example/example.js" }, "license": "THE BEER-WARE LICENSE" }