aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/package.json b/package.json
index db0e2823a..b2e2b3c61 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,8 @@
"private": true,
"scripts": {
"start": "gulp dev",
- "test": "npm run testUi",
- "testPlugin": "mocha --require test/helper.js --compilers js:babel-register --recursive",
- "watch": "mocha watch --compilers js:babel-register --recursive",
- "testUi": "mocha ui/test/**/**/*test.js",
- "watchUi": "mocha watch ui/test/**/*test.js"
+ "test": "mocha --require test/helper.js --compilers js:babel-register --recursive",
+ "watch": "mocha watch --compilers js:babel-register --recursive"
},
"browserify": {
"transform": [
@@ -35,19 +32,19 @@
"eth-store": "^1.1.0",
"ethereumjs-tx": "^1.0.0",
"ethereumjs-util": "^4.3.0",
- "faux-jax": "git+https://github.com/kumavis/faux-jax.git#c3648de04804f3895c5b4972750cae5b51ddb103",
"hat": "0.0.3",
"inject-css": "^0.1.1",
"metamask-logo": "^1.1.5",
"multiplex": "^6.7.0",
"pojo-migrator": "^2.1.0",
+ "polyfill-crypto.getrandomvalues": "^1.0.0",
"pumpify": "^1.3.4",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.7",
"react-dom": "^0.14.3",
"react-hyperscript": "^2.2.2",
- "readable-stream": "^2.0.5",
"react-redux": "^4.0.3",
+ "readable-stream": "^2.0.5",
"redux": "^3.0.5",
"redux-logger": "^2.3.1",
"redux-thunk": "^1.0.2",
@@ -55,7 +52,7 @@
"three.js": "^0.73.2",
"through2": "^2.0.1",
"web3": "^0.15.1",
- "web3-provider-engine": "^7.2.1",
+ "web3-provider-engine": "^7.4.0",
"xtend": "^4.0.1"
},
"devDependencies": {