hydrate-mongodb
Version:
An Object Document Mapper (ODM) for MongoDB.
67 lines (66 loc) • 1.48 kB
JSON
{
"name": "hydrate-mongodb",
"description": "An Object Document Mapper (ODM) for MongoDB.",
"version": "2.4.0",
"author": {
"name": "Artifact Health, Inc",
"url": "http://www.artifacthealth.com"
},
"repository": {
"type": "git",
"url": "https://github.com/artifacthealth/hydrate-mongodb"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"dependencies": {
"async": "2.0.1",
"change-case": "3.0.1",
"reflect-helper": "1.1.0",
"rx": "4.1.0"
},
"peerDependencies": {
"mongodb": "^3.0.1"
},
"devDependencies": {
"@types/chai": "4.0.1",
"@types/change-case": "2.3.1",
"@types/glob": "5.0.30",
"@types/mocha": "2.2.35",
"@types/mongodb": "3.1.9",
"@types/node": "9.6.6",
"@types/rx": "4.1.1",
"baseline": "0.3.0",
"chai": "1.9.2",
"del": "2.2.0",
"glob": "6.0.4",
"gulp": "3.9.0",
"gulp-istanbul": "0.10.3",
"gulp-mocha": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-typedoc": "2.0.2",
"gulp-typescript": "3.1.3",
"gulp-util": "3.0.7",
"merge2": "0.3.6",
"mocha": "2.4.5",
"mongodb": "3.0.7",
"run-sequence": "1.1.5",
"source-map-support": "0.4.0",
"typedoc": "0.7.1",
"typedoc-plantuml": "1.3.0",
"typescript": "2.4.1"
},
"keywords": [
"mongodb",
"odm",
"typescript",
"database",
"document",
"model",
"nosql",
"orm"
]
}