Stop using Google Charts for the 2-Factor-Auth QR-Code (#1044)

This commit is contained in:
RainLoop Team 2016-05-26 22:37:02 +03:00
parent 4988b276ad
commit 2fefad437e
15 changed files with 1802 additions and 8 deletions

38
vendors/qr.js/bower.json vendored Normal file
View file

@ -0,0 +1,38 @@
{
"name": "qr-js",
"version": "1.1.4",
"description": "Library for QR code generation using canvas",
"homepage": "http://neocotic.com/qr.js",
"authors": [
{
"name": "Alasdair Mercer",
"email": "mercer.alasdair@gmail.com",
"homepage": "http://neocotic.com"
}
],
"license": "GPL-3.0",
"keywords": [
"qr",
"code",
"encode",
"canvas",
"image"
],
"repository": {
"type": "git",
"url": "https://github.com/neocotic/qr.js.git"
},
"main": "qr.min.js",
"ignore": [
"**/.*",
"docs",
"AUTHORS.md",
"CHANGES.md",
"CONTRIBUTING.md",
"Gruntfile.js",
"INSTALL.md",
"README.md",
"bower.json",
"package.json"
]
}