truffle-plugin-topup
Version:
Truffle topup plugin
17 lines (16 loc) • 414 B
JSON
{
"name": "truffle-plugin-topup",
"version": "0.0.1",
"description": "Truffle topup plugin",
"repository": "git@github.com:canufeel/truffle-plugin-topup.git",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Petr Kosikhin",
"license": "MIT",
"keywords": ["truffle", "topup", "plugin"],
"dependencies": {
"web3": "^1.2.5-rc.0"
}
}