Commit 3131aa22 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Sort dependencies in package.json

parent 7d66946a
......@@ -7,17 +7,17 @@
"build": "mkdir -p build; browserify src/index.js -o build/app.js"
},
"devDependencies": {
"brace": "^0.8.0",
"browserify": "^13.0.0",
"es6-shim": "^0.35.1",
"ethereumjs-abi": "^0.6.2",
"ethereumjs-block": "^1.2.2",
"ethereumjs-vm": "^1.4.0",
"ethereumjs-util": "^4.4.0",
"ethereumjs-tx": "^1.1.1",
"ethereumjs-abi": "^0.6.2",
"web3": "^0.15.3",
"ethereumjs-util": "^4.4.0",
"ethereumjs-vm": "^1.4.0",
"jquery": "^2.2.0",
"brace": "^0.8.0",
"browserify": "^13.0.0",
"js-base64": "^2.1.9",
"web3": "^0.15.3",
"webworkify": "^1.2.1"
},
"repository": {
......
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