23 lines
565 B
JSON
23 lines
565 B
JSON
{
|
||
"name": "qrcodejs2-fixes",
|
||
"version": "0.0.2",
|
||
"description": "Javsacript QRCode for all browsers(fix some bug)",
|
||
"main": "qrcode.js",
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git://github.com/davidshimjs/qrcodejs.git"
|
||
},
|
||
"author": {
|
||
"name": "davidshimjs",
|
||
"email": "ssm0123@gmail.com"
|
||
},
|
||
"license": "MIT",
|
||
"bugs": {
|
||
"url": "https://github.com/davidshimjs/qrcodejs/issues"
|
||
},
|
||
"homepage": "https://github.com/davidshimjs/qrcodejs#readme"
|
||
}
|