UNPKG

crummyledger

Version:

distributed decentralized app-scale ledger

39 lines (38 loc) 867 B
{ "name": "crummyledger", "version": "2.3.2", "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": "GNU AGPL v3.0", "bugs": { "url": "https://github.com/crummyindeed/ledger/issues" }, "homepage": "https://github.com/crummyindeed/ledger#readme", "dependencies": { "@the3rdc/netshout": "^1.4.3", "crummyevents": "^1.1.2", "crummygraph": "^1.0.1", "elliptic": "^6.5.4" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^7.2.0", "rimraf": "^3.0.2" } }