You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
534 B
25 lines
534 B
3 years ago
|
{
|
||
|
"name": "u-qrcode",
|
||
|
"version": "3.2.2",
|
||
|
"description": "uQRCode 二维码生成插件",
|
||
|
"main": "u-qrcode.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/Sansnn/uQRCode.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"QR",
|
||
|
"QRCode",
|
||
|
"uQRCode"
|
||
|
],
|
||
|
"author": "Sansnn",
|
||
|
"license": "Apache-2.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Sansnn/uQRCode/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/Sansnn/uQRCode#readme"
|
||
|
}
|