added support for qrcode scanner

This commit is contained in:
Mario Colque 2014-05-06 17:02:49 -03:00
commit 159ceee88b
4 changed files with 190 additions and 10 deletions

View file

@ -15,7 +15,8 @@
"mocha": "~1.18.2",
"chai": "~1.9.1",
"crypto-js": "http://crypto-js.googlecode.com/files/CryptoJS%20v3.1.2.zip",
"sjcl":"1.0.0",
"file-saver": "*"
"sjcl": "1.0.0",
"file-saver": "*",
"qrcode-decoder-js": "*"
}
}