pnp-aion
Version:
An AION plugin for the Pocket Node app
39 lines (38 loc) • 867 B
JSON
{
"name": "pnp-aion",
"version": "0.0.7",
"description": "An AION plugin for the Pocket Node app",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pokt-network/pnp-aion.git"
},
"keywords": [
"aion",
"blockchain",
"infrastructure",
"pokt",
"pocket",
"pocket-node",
"plugin",
"decentralized"
],
"author": "Luis C. de Leon <luis@pokt.network>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pokt-network/pnp-aion/issues"
},
"homepage": "https://github.com/pokt-network/pnp-aion#readme",
"dependencies": {
"aion-web3": "https://github.com/aionnetwork/aion_web3.git#v1.0",
"ethereumjs-abi": "^0.6.5",
"lodash": "^4.17.11"
},
"devDependencies": {
"lerna": "^3.4.3",
"mocha": "^5.2.0"
}
}