You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
692 B
JSON
27 lines
692 B
JSON
{
|
|
"name": "jquery-qrcode",
|
|
"title": "jQuery.qrcode",
|
|
"version": "0.18.0",
|
|
"description": "Generate QR codes dynamically.",
|
|
"homepage": "https://larsjung.de/jquery-qrcode/",
|
|
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"build": "node ghu release",
|
|
"precommit": "npm run -s lint && npm run -s build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lrsjng/jquery-qrcode.git"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.10.5",
|
|
"@babel/preset-env": "7.10.4",
|
|
"eslint": "7.5.0",
|
|
"ghu": "0.26.0",
|
|
"jquery": "3.5.1",
|
|
"qrcode-generator": "1.4.4"
|
|
}
|
|
}
|