dfeeds
Version:
Portable data feed structures on top of decentralized storage
44 lines (43 loc) • 863 B
JSON
{
"name": "dfeeds",
"version": "0.1.2",
"description": "Portable data feed structures on top of decentralized storage",
"main": "dist/index.js",
"files": [
"dist/index.js",
"indexed",
"hexutil/index.js",
"test/indexed.js",
"README.md",
"LICENSE",
"CHANGELOG"
],
"dependencies": {
"mocha": "^7.2.0",
"swarm-lowlevel": "^0.8.9"
},
"devDependencies": {
"mocha": "^7.2.0"
},
"scripts": {
"test": "mocha --reporter spec ./test",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/dznt/dfeeds"
},
"keywords": [
"swarm",
"ethereum",
"decentralized",
"storage",
"feed",
"soc"
],
"author": "Louis Holbrook <npm@holbrook.no> (https://holbrook.no)",
"license": "GPL-3.0-or-later",
"engine": {
"node": "^12.0.0"
}
}