mongo-col
Version:
mongoDB collection wrapper
39 lines (38 loc) • 743 B
JSON
{
"name": "mongo-col",
"description": "mongoDB collection wrapper",
"version": "0.2.5",
"author": "Raynos <raynos2@gmail.com>",
"contributors": [
{
"name": "Raynos",
"email": "raynos2@gmail.com",
"url": "http://raynos.org"
}
],
"dependencies": {
"mongodb": "~1.3.3",
"pd": "0.6.3",
"process": "~0.5.1"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"mocha": "0.14.1",
"node-uuid": "1.3.3",
"mongoose": "2.5.10",
"mongoskin": "0.3.3",
"tape": "~1.0.2",
"uuid": "~1.4.1"
},
"keywords": [
"mongo",
"db",
"database",
"collection",
"orm"
],
"repository": "git://github.com/Raynos/mongo-col.git",
"main": "index.js"
}