-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.02 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@carbon-io/leafnode",
"version": "0.5.3",
"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
}