crummledger
Version:
distributed decentralized app-scale ledger
37 lines • 798 B
JSON
{
"name": "crummledger",
"version": "1.0.1",
"description": "distributed decentralized app-scale ledger",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crummyindeed/ledger.git"
},
"keywords": [
"ledgeer",
"dapp",
"dag",
"distributed",
"databse",
"decentralized"
],
"author": "Cody Crumrine",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/crummyindeed/ledger/issues"
},
"homepage": "https://github.com/crummyindeed/ledger#readme",
"dependencies": {
"@the3rdc/netshout": "^1.4.2",
"crummyevents": "^1.1.0",
"crummygraph": "^1.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.2.0",
"rimraf": "^3.0.2"
}
}