-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 950 Bytes
/
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
{
"name": "flumeview-level",
"description": "a flumeview on level",
"version": "4.0.4",
"homepage": "https://github.com/flumedb/flumeview-level",
"repository": {
"type": "git",
"url": "git://github.com/flumedb/flumeview-level.git"
},
"dependencies": {
"charwise": "^3.0.1",
"explain-error": "^1.0.4",
"level": "^6.0.1",
"ltgt": "^2.1.3",
"mkdirp": "^1.0.4",
"obz": "^1.0.2",
"pull-level": "^2.0.3",
"pull-paramap": "^1.2.1",
"pull-stream": "^3.6.14",
"pull-write": "^1.1.1"
},
"devDependencies": {
"flumecodec": "0.0.1",
"flumedb": "^2.1.7",
"flumelog-offset": "^3.4.4",
"tape": "^5.0.0",
"test-flumeview-index": "^2.3.1"
},
"scripts": {
"// Warning": "The 'test' script below is haunted. Edit with caution",
"test": "tape 'test/{index,live,bench}.js'"
},
"author": "'Dominic Tarr' <[email protected]> (dominictarr.com)",
"license": "MIT"
}