chore: cleanup, node14 and new admin default
This commit is contained in:
parent
c7c18633d7
commit
89bb9a8f25
244 changed files with 3957 additions and 39487 deletions
29
lib/admin/public/bower_components/qr-code/package.json
vendored
Normal file
29
lib/admin/public/bower_components/qr-code/package.json
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "webcomponent-qr-code",
|
||||
"version": "0.1.8",
|
||||
"description": "Web Component for generating QR codes",
|
||||
"main": "qr-code.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/educastellano/qr-code.git"
|
||||
},
|
||||
"keywords": [
|
||||
"qr",
|
||||
"qrcode",
|
||||
"qr-code",
|
||||
"webcomponent",
|
||||
"custom-element"
|
||||
],
|
||||
"author": "Eduard Castellano",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/educastellano/qr-code/issues"
|
||||
},
|
||||
"homepage": "https://github.com/educastellano/qr-code",
|
||||
"dependencies": {
|
||||
"qrjs": "^0.1.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue