31 lines
612 B
JSON
31 lines
612 B
JSON
{
|
|
"name": "qrcode-generator",
|
|
"version": "1.5.2",
|
|
"description": "QR Code Generator implementation in JavaScript.",
|
|
"author": "Kazuhiko Arase",
|
|
"main": "qrcode.js",
|
|
"types": "qrcode.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kazuhikoarase/qrcode-generator.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kazuhikoarase/qrcode-generator/issues"
|
|
},
|
|
"keywords": [
|
|
"qr",
|
|
"qrcode",
|
|
"generator"
|
|
],
|
|
"license": "MIT",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^5.2.0"
|
|
}
|
|
}
|