levelgraph-live-stream
Version:
Live stream a levelgraph query
48 lines (47 loc) • 1.1 kB
JSON
{
"dependencies": {
"level": "^1.4.0",
"level-live-stream": "^1.4.11",
"level-livefeed": "^0.2.0",
"level-sublevel": "^6.5.4",
"levelgraph": "^1.1.0",
"levelup": "^1.3.1",
"memdown": "^1.1.2",
"through": "^2.3.8",
"through2": "^2.0.1",
"write-stream": "^0.4.3"
},
"devDependencies": {
"level-test": "^2.0.1"
},
"name": "levelgraph-live-stream",
"version": "0.0.1",
"description": "Live stream a levelgraph query",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nichoth/levelgraph-live-stream.git"
},
"keywords": [
"levelgraph",
"level",
"levelup",
"leveldb",
"stream",
"query",
"live",
"graph"
],
"author": "Nick Thomas <nichoth@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nichoth/levelgraph-live-stream/issues"
},
"homepage": "https://github.com/nichoth/levelgraph-live-stream#readme"
}