contract3
Version:
A plugin making smart contract compilation, deployment and interaction easier
34 lines (33 loc) • 796 B
JSON
{
"name": "contract3",
"version": "1.6.4",
"description": "A plugin making smart contract compilation, deployment and interaction easier",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mohammed Rashid",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mohdrashid/contract3.git"
},
"keywords": [
"web3",
"easy",
"smart",
"contract",
"blockchain",
"ethereum",
"quorum",
"contract3"
],
"bugs": {
"url": "https://github.com/mohdrashid/contract3/issues"
},
"homepage": "https://github.com/mohdrashid/contract3#readme",
"dependencies": {
"ethereumjs-tx": "^2.1.2",
"abi-decoder": "^2.3.0"
}
}