iridium
Version:
A custom lightweight ORM for MongoDB designed for power-users
43 lines (42 loc) • 869 B
JSON
{
"name": "iridium",
"version": "2.10.2",
"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": "~1.0.0",
"debug": "~0.7.4"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"mongodb",
"orm",
"odm",
"iridium",
"validation",
"transformation",
"preprocessing"
]
}