runethtx
Version:
Run Ethereum Transactions Helper
35 lines (34 loc) • 792 B
JSON
{
"name": "runethtx",
"version": "0.1.1",
"description": "Run Ethereum Transactions Helper",
"main": "js/runethtx.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbaylina/runethtx.git"
},
"keywords": [
"ethereum",
"transactions",
"promise",
"ecma6",
"helper"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jbaylina/runethtx/issues"
},
"homepage": "https://github.com/jbaylina/runethtx#readme",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0"
},
"dependencies": {
"async": "^2.1.4"
}
}