forked from dat-ecosystem/dat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.3 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.3 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
49
50
51
52
53
54
55
56
57
{
"name": "dat",
"version": "1.1.2",
"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://github.com/maxogden/dat.git"
},
"author": "max ogden",
"license": "BSD",
"dependencies": {
"optimist": "~0.6.0",
"mkdirp": "~0.3.5",
"sleep-ref": "~1.0.0",
"dir-tar-stream": "~0.1.0",
"through": "~2.3.4",
"split": "~0.2.10",
"request": "~2.27.0",
"hat": "~0.0.3",
"tar": "~0.1.18",
"level-batcher": "~0.0.2",
"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.17.0",
"lexicographic-integer": "~1.1.0",
"level-mutex": "~0.7.0",
"binary-csv": "~0.1.1",
"binary-split": "~0.1.0",
"bops": "~0.1.0",
"monot": "~0.1.1",
"concat-stream": "~1.2.0",
"datapackage-json": "~0.0.5",
"progress": "~1.1.2"
},
"directories": {
"example": "examples",
"test": "test"
},
"bugs": {
"url": "https://github.com/maxogden/dat/issues"
},
"devDependencies": {
"tape": "~2.1.0"
}
}