forked from dat-ecosystem/dat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.28 KB
/
package.json
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
49
50
51
52
53
54
55
56
{
"name": "dat",
"version": "2.1.1",
"description": "real-time replication and versioning for large tabular data sets",
"main": "index.js",
"preferGlobal": true,
"bin": {
"dat": "cli.js"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git:https://github.com/maxogden/dat.git"
},
"author": "max ogden",
"license": "BSD",
"dependencies": {
"optimist": "~0.6.0",
"mkdirp": "~0.3.5",
"sleep-ref": "~1.0.0",
"through": "~2.3.4",
"split": "~0.2.10",
"request": "~2.27.0",
"hat": "~0.0.3",
"stream-combiner": "~0.0.2",
"rimraf": "~2.2.2",
"byte-stream": "~0.0.1",
"multibuffer-stream": "~2.0.0",
"multibuffer": "~2.0.0",
"extend": "~1.2.1",
"level-hyper": "~0.18.0",
"lexicographic-integer": "~1.1.0",
"level-mutex": "~0.7.0",
"binary-csv": "~0.1.6",
"binary-split": "~0.1.0",
"bops": "~0.1.0",
"monot": "~0.1.1",
"concat-stream": "~1.2.0",
"datapackage-json": "~0.0.5",
"level-live-stream": "~1.4.7",
"hyperlevel-backup": "~0.0.1",
"routes": "~0.2.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"bugs": {
"url": "https://github.com/maxogden/dat/issues"
},
"devDependencies": {
"tape": "~2.1.0"
}
}