UNPKG

iridium

Version:

A custom lightweight ORM for MongoDB designed for power-users

32 lines (30 loc) 673 B
{ "name": "iridium", "version": "2.9.1", "author": "Benjamin Pannell <admin@sierrasoftworks.com>", "description": "A custom lightweight ORM for MongoDB designed for power-users", "homepage": "https://sierrasoftworks.com/iridium", "repository": "https://github.com/sierrasoftworks/iridium", "contributors": [ { "name": "Benjamin Pannell", "email": "admin@sierrasoftworks.com" } ], "licence": "MIT", "main": "./index", "scripts": { "test": "mocha" }, "engines": { "node": ">= 0.8" }, "dependencies": { "mongodb": "*", "lodash": "*", "async": "*", "concoction": "*", "debug": "*" }, "devDependencies": { "mocha": "*", "should": "*" } }