mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Stop using Google Charts for the 2-Factor-Auth QR-Code (#1044)
This commit is contained in:
parent
4988b276ad
commit
2fefad437e
15 changed files with 1802 additions and 8 deletions
40
vendors/qr.js/package.json
vendored
Normal file
40
vendors/qr.js/package.json
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "qr-js",
|
||||
"version": "1.1.4",
|
||||
"description": "Library for QR code generation using canvas",
|
||||
"homepage": "http://neocotic.com/qr.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/neocotic/qr.js/issues"
|
||||
},
|
||||
"author": {
|
||||
"name": "Alasdair Mercer",
|
||||
"email": "mercer.alasdair@gmail.com",
|
||||
"url": "http://neocotic.com"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"keywords": [
|
||||
"qr",
|
||||
"code",
|
||||
"encode",
|
||||
"canvas",
|
||||
"image"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/neocotic/qr.js.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"canvas": "^1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-cli": "^0.1.13",
|
||||
"grunt-contrib-jshint": "^0.11.3",
|
||||
"grunt-contrib-uglify": "^0.10.0",
|
||||
"grunt-docco": "^0.4.0"
|
||||
},
|
||||
"main": "qr.js",
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue