ssb-helpers
Version:
Some helper functions for common Secure Scuttlebot actions.
37 lines (36 loc) • 802 B
JSON
{
"name": "ssb-helpers",
"version": "0.0.8",
"description": "Some helper functions for common Secure Scuttlebot actions.",
"main": "index.js",
"scripts": {
"test": "node tests/blobs.test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luandro/ssb-helpers.git"
},
"keywords": [
"SSB",
"secure",
"scuttlebot",
"decentralized",
"graphql",
"open",
"app"
],
"author": "Luandro <luandro@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/luandro/ssb-helpers/issues"
},
"homepage": "https://github.com/luandro/ssb-helpers#readme",
"dependencies": {
"pull-stream": "^3.6.8",
"ssb-ref": "^2.13.1"
},
"devDependencies": {
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
}
}