@noffle/cabal
Version:
p2p forum software
46 lines (45 loc) • 936 B
JSON
{
"name": "@noffle/cabal",
"version": "3.0.1",
"description": "p2p forum software",
"main": "index.js",
"bin": {
"kabal": "cli.js"
},
"dependencies": {
"@noffle/cabal-core": "^3.0.0",
"chalk": "^2.4.1",
"collect-stream": "^1.2.1",
"discovery-swarm": "^5.1.2",
"minimist": "^1.2.0",
"neat-log": "^3.1.0",
"strftime": "^0.10.0",
"through2": "^2.0.3",
"txt-blit": "^1.0.0"
},
"devDependencies": {
"standard": "^11.0.1"
},
"scripts": {
"test": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cabal-club/cabal.git"
},
"keywords": [
"hyperdb",
"decent",
"dat",
"chat",
"cabal",
"decentralize",
"p2p"
],
"author": "cblgh",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cabal-club/cabal/issues"
},
"homepage": "https://github.com/cabal-club/cabal#readme"
}