@carbon-io/leafnode
Version:
Sync driver for MongoDB
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "@carbon-io/leafnode",
"version": "0.5.2",
"description": "Sync driver for MongoDB",
"keywords": [
"leaf-node",
"leafnode",
"mongodb",
"node",
"driver",
"Carbon.io"
],
"contributors": [
"Will Shulman <will@objectlabs.com>",
"Jared D. Cottrell <jared@objectlabs.com>",
"Jackson Callaway <jackson@objectlabs.com>",
"Greg Banks <greg@objectlabs.com>"
],
"repository" : {
"type" : "git",
"url" : "http://github.com/carbon-io/leafnode.git"
},
"main": "./lib/leafnode.js",
"directories" : {
"lib" : "./lib"
},
"engines": {
"node": ">= 6.0.0"
},
"devDependencies" : {
"@carbon-io/atom": "0.8.x",
"@carbon-io/bond": "0.7.x",
"@carbon-io/test-tube": "0.7.x",
"sinon": "1.17.x",
"mockery": "2.0.x"
},
"dependencies" : {
"@carbon-io/fibers": "0.8.x",
"lodash": "4.17.x",
"mongodb" : "2.2.x",
"mongodb-uri": "0.9.x",
"async": "2.4.x"
},
"scripts": {
"test": "node test/index.js"
},
"preferGlobal": false
}