add dependencies for testing

pull/7/head
yann300 8 years ago
parent 0261c3abc6
commit 4e5f700263
  1. 7
      package.json

@ -21,16 +21,19 @@
"babel-plugin-transform-es2015-block-scoping": "^6.15.0",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"browserify": "^13.0.1",
"ethereumjs-block": "^1.3.1",
"ethereumjs-tx": "^1.1.3",
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "^2.0.2",
"http-server": "^0.9.0",
"nightwatch": "^0.9.5",
"solc": "^0.4.3",
"standard": "^7.0.1",
"standard-reporter": "^1.0.5",
"tape": "^4.6.0",
"web3": "^0.15.3",
"yo-yo": "^1.2.1",
"yo-yoify": "^3.1.0",
"solc": "^0.4.3"
"yo-yoify": "^3.1.0"
},
"scripts": {
"start_node": "./runNode.sh",

Loading…
Cancel
Save