hyphy
Version:
produce a kefir stream of nodes that come over a hyperlog
34 lines (33 loc) • 686 B
JSON
{
"name": "hyphy",
"version": "2.0.2",
"description": "produce a kefir stream of nodes that come over a hyperlog",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"kefir",
"hyperlog"
],
"author": "elsehow",
"license": "BSD-3-Clause",
"dependencies": {
"kefir": "^3.2.1"
},
"devDependencies": {
"hyperlog": "^4.8.1",
"memdb": "^1.3.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elsehow/hyphy.git"
},
"bugs": {
"url": "https://github.com/elsehow/hyphy/issues"
},
"homepage": "https://github.com/elsehow/hyphy#readme"
}