ldpos-chain-crypto
Version:
LDEX ChainCrypto plugin
36 lines (35 loc) • 770 B
JSON
{
"name": "ldpos-chain-crypto",
"version": "6.0.0",
"description": "LDEX ChainCrypto plugin",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec --timeout 10000 --slow 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Capitalisk/ldpos-chain-crypto.git"
},
"keywords": [
"lisk",
"dex",
"leasehold",
"ldpos",
"crypto"
],
"author": "Jonathan Gros-Dubois",
"license": "MIT",
"bugs": {
"url": "https://github.com/Capitalisk/ldpos-chain-crypto/issues"
},
"homepage": "https://github.com/Capitalisk/ldpos-chain-crypto#readme",
"dependencies": {
"ldpos-client": "^11.4.3"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}