prometheus
Version:
Simple ODM for Node.js with pluggable adapters
39 lines (38 loc) • 817 B
JSON
{
"version": "0.1.7",
"author": {
"name": "Alexander Farennikov",
"email": "farennikov@gmail.com"
},
"name": "prometheus",
"description": "Simple ODM for Node.js with pluggable adapters",
"keywords": [
"ODM",
"object document mapping",
"prometheus",
"adapter",
"mongodb"
],
"homepage": "https://github.com/shubik/prometheus",
"license": "MIT",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/shubik/prometheus"
},
"bugs": {
"url": "https://github.com/shubik/prometheus/issues"
},
"main": "./lib/index.js",
"scripts": {},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"underscore": "~1.4.4",
"deferred": "~0.6.1",
"mongodb": "~1.2.14",
"MD5": "~1.0.3"
},
"devDependencies": {}
}