leasehold-chain
Version:
Leasehold sidechain
33 lines (32 loc) • 829 B
JSON
{
"name": "leasehold-chain",
"version": "6.0.0",
"description": "Leasehold sidechain",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"leasehold",
"lisk",
"sidechain"
],
"author": "Jonathan Gros-Dubois",
"license": "AGPL-3.0",
"dependencies": {
"@liskhq/bignum": "^1.3.1",
"@liskhq/lisk-cryptography": "^2.3.0",
"@liskhq/lisk-transactions": "^2.3.1",
"@liskhq/lisk-validator": "^0.2.1",
"leasehold-lisk-framework": "^1.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Leasehold/leasehold-chain.git"
},
"bugs": {
"url": "https://github.com/Leasehold/leasehold-chain/issues"
},
"homepage": "https://github.com/Leasehold/leasehold-chain#readme"
}