-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 943 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
{
"name": "flumeview-query",
"description": "map-filter-reduce queries for flumedb",
"version": "8.0.0",
"homepage": "https://github.com/flumedb/flumeview-query",
"repository": {
"type": "git",
"url": "git://github.com/flumedb/flumeview-query.git"
},
"dependencies": {
"deep-equal": "^1.0.1",
"flumeview-level": "^4.0.3",
"map-filter-reduce": "^3.2.0",
"pull-flatmap": "0.0.1",
"pull-paramap": "^1.1.3",
"pull-sink-through": "0.0.0",
"pull-stream": "^3.4.0"
},
"devDependencies": {
"flumedb": "^0.4.6",
"flumelog-memory": "^0.1.3",
"flumelog-offset": "^3.2.6",
"level-codec": "^6.2.0",
"monotonic-timestamp": "0.0.9",
"osenv": "^0.1.3",
"rimraf": "^2.6.1",
"tape": "^4.5.0"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <[email protected]> (http://dominictarr.com)",
"license": "MIT"
}