mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Generate qr code for api hash Added qrcodejs ( https://github.com/davidshimjs/qrcodejs ) * Add head to modal window * updated to use fontawesome
19 lines
430 B
JSON
19 lines
430 B
JSON
{
|
|
"name": "qrcode.js",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/davidshimjs/qrcodejs",
|
|
"authors": [
|
|
"Sangmin Shim", "Sangmin Shim <ssm0123@gmail.com> (http://jaguarjs.com)"
|
|
],
|
|
"description": "Cross-browser QRCode generator for javascript",
|
|
"main": "qrcode.js",
|
|
"ignore": [
|
|
"bower_components",
|
|
"node_modules",
|
|
"index.html",
|
|
"index.svg",
|
|
"jquery.min.js",
|
|
"qrcode.min.js"
|
|
]
|
|
}
|