Commit 4e5f7002 authored by yann300's avatar yann300

add dependencies for testing

parent 0261c3ab
...@@ -21,16 +21,19 @@ ...@@ -21,16 +21,19 @@
"babel-plugin-transform-es2015-block-scoping": "^6.15.0", "babel-plugin-transform-es2015-block-scoping": "^6.15.0",
"babel-plugin-transform-es2015-template-literals": "^6.8.0", "babel-plugin-transform-es2015-template-literals": "^6.8.0",
"browserify": "^13.0.1", "browserify": "^13.0.1",
"ethereumjs-block": "^1.3.1",
"ethereumjs-tx": "^1.1.3",
"ethereumjs-util": "^4.5.0", "ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "^2.0.2",
"http-server": "^0.9.0", "http-server": "^0.9.0",
"nightwatch": "^0.9.5", "nightwatch": "^0.9.5",
"solc": "^0.4.3",
"standard": "^7.0.1", "standard": "^7.0.1",
"standard-reporter": "^1.0.5", "standard-reporter": "^1.0.5",
"tape": "^4.6.0", "tape": "^4.6.0",
"web3": "^0.15.3", "web3": "^0.15.3",
"yo-yo": "^1.2.1", "yo-yo": "^1.2.1",
"yo-yoify": "^3.1.0", "yo-yoify": "^3.1.0"
"solc": "^0.4.3"
}, },
"scripts": { "scripts": {
"start_node": "./runNode.sh", "start_node": "./runNode.sh",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment