added support for the wallet backups

This commit is contained in:
Mario Colque 2014-04-17 18:02:20 -03:00
commit 2838b3ecd2
4 changed files with 97 additions and 16 deletions

View file

@ -14,6 +14,7 @@
"angular-mocks": "~1.2.14",
"mocha": "~1.18.2",
"chai": "~1.9.1",
"crypto-js": "http://crypto-js.googlecode.com/files/CryptoJS%20v3.1.2.zip"
"crypto-js": "http://crypto-js.googlecode.com/files/CryptoJS%20v3.1.2.zip",
"file-saver": "*"
}
}