aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-03-26 03:41:18 +0800
committerDan Finlay <dan@danfinlay.com>2016-03-26 03:41:18 +0800
commit37fd45e5b70a66ff976cab0d1815374063e29d10 (patch)
tree563e18f391806e1c7ef956eabcdef101cc211ec4 /package.json
parentda31f4daed76a3457df12f94bbf2974621b70a0c (diff)
downloadtangerine-wallet-browser-37fd45e5b70a66ff976cab0d1815374063e29d10.tar
tangerine-wallet-browser-37fd45e5b70a66ff976cab0d1815374063e29d10.tar.gz
tangerine-wallet-browser-37fd45e5b70a66ff976cab0d1815374063e29d10.tar.bz2
tangerine-wallet-browser-37fd45e5b70a66ff976cab0d1815374063e29d10.tar.lz
tangerine-wallet-browser-37fd45e5b70a66ff976cab0d1815374063e29d10.tar.xz
tangerine-wallet-browser-37fd45e5b70a66ff976cab0d1815374063e29d10.tar.zst
tangerine-wallet-browser-37fd45e5b70a66ff976cab0d1815374063e29d10.zip
Convert to bip44 hdTrees
Added initial test just to verify we can recover the accounts we generate in this way. Still need to add compliance test to make sure this interoperates with testrpc's new mnemonic flag.
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index fec837640..da7686c0a 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,11 @@
"private": true,
"scripts": {
"start": "gulp dev",
- "test": "mocha --compilers js:babel-register"
+ "test": "mocha --compilers js:babel-register",
+ "watch": "mocha watch --compilers js:babel-register"
},
"dependencies": {
"async": "^1.5.2",
- "bip39": "^2.2.0",
"clone": "^1.0.2",
"dnode": "^1.2.2",
"end-of-stream": "^1.1.0",
@@ -39,8 +39,11 @@
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
+ "jsdom": "^8.1.0",
"jshint-stylish": "~0.1.5",
"lodash.assign": "^4.0.6",
+ "mocha": "^2.4.5",
+ "mocha-jsdom": "^1.1.0",
"tape": "^4.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",