iridium
Version:
A custom lightweight ORM for MongoDB designed for power-users
76 lines (75 loc) • 1.81 kB
JSON
{
"name": "iridium",
"version": "6.1.0",
"author": "Benjamin Pannell <admin@sierrasoftworks.com>",
"description": "A custom lightweight ORM for MongoDB designed for power-users",
"license": "MIT",
"homepage": "https://sierrasoftworks.com/iridium",
"repository": {
"url": "https://github.com/sierrasoftworks/iridium",
"type": "git"
},
"contributors": [
{
"name": "Benjamin Pannell",
"email": "admin@sierrasoftworks.com"
}
],
"licence": "MIT",
"main": "./dist/index.js",
"scripts": {
"test": "gulp ci",
"coverage": "gulp coverage",
"lint": "jshint lib/",
"benchmark": "node ./benchmarks/mongodb.js",
"build": "gulp build"
},
"typings": "index.d.ts",
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"bluebird": "^2.10.1",
"lodash": "^3.10.1",
"mongodb": "^2.0.44",
"skmatc": "^1.1.4"
},
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^5.1.0",
"chai-fuzzy": "^1.6.0",
"codeclimate-test-reporter": "~0.0.4",
"coveralls": "^2.11.4",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-bump": "~0.3.1",
"gulp-git": "^1.4.0",
"gulp-istanbul": "^0.10.1",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.9.0",
"gulp-util": "^3.0.6",
"istanbul": "^0.3.21",
"jshint": "^2.8.0",
"minimist": "^1.2.0",
"mocha": "^2.3.3",
"require-dir": "~0.3.0",
"run-sequence": "^1.1.4",
"semver": "^4.3.6",
"tick": "~0.1.1",
"typedoc": "^0.3.11",
"typescript": "^1.6.2",
"underscore": "^1.8.3"
},
"keywords": [
"mongodb",
"orm",
"odm",
"iridium",
"validation",
"preprocessing"
]
}