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.
jquery-qrcode/package.json

27 lines
692 B
JSON

13 years ago
{
11 years ago
"name": "jquery-qrcode",
6 years ago
"title": "jQuery.qrcode",
5 years ago
"version": "0.18.0",
9 years ago
"description": "Generate QR codes dynamically.",
"homepage": "https://larsjung.de/jquery-qrcode/",
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
12 years ago
"license": "MIT",
9 years ago
"scripts": {
"lint": "eslint .",
6 years ago
"build": "node ghu release",
9 years ago
"precommit": "npm run -s lint && npm run -s build"
},
12 years ago
"repository": {
"type": "git",
11 years ago
"url": "https://github.com/lrsjng/jquery-qrcode.git"
11 years ago
},
"devDependencies": {
5 years ago
"@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"
12 years ago
}
}