joola.datastore-mongodb
Version:
joola MongoDB Datastore
42 lines (41 loc) • 903 B
JSON
{
"name": "joola.datastore-mongodb",
"preferGlobal": false,
"version": "0.0.15",
"author": "Joola <info@joo.la>",
"description": "joola MongoDB Datastore",
"private": false,
"scripts":{
"prepublish":"npm shrinkwrap",
"postpublish": "rm npm-shrinkwrap.json"
},
"repository": {
"type": "git",
"url": "http://github.com/joola/joola.datastore-mongodb.git"
},
"bugs": "http://github.com/joola/joola.datastore-mongodb/issues",
"contributors": [
{
"name": "Itay Weinberger",
"email": "itay@joo.la",
"url": "http://joo.la"
}
],
"main": "./index.js",
"keywords": [
"data",
"analytics",
"big-data",
"visualization",
"noSQL",
"mongodb"
],
"dependencies": {
"async": "~0.9.0",
"cloneextend": "^0.0.3",
"mongodb": "^1.4.30",
"traverse": "^0.6.6",
"underscore": "^1.7.0"
},
"license": "MIT"
}