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

28 lines
701 B
JSON

13 years ago
{
11 years ago
"name": "jquery-qrcode",
6 years ago
"title": "jQuery.qrcode",
"version": "0.15.0",
9 years ago
"description": "Generate QR codes dynamically.",
"homepage": "https://larsjung.de/jquery-qrcode/",
11 years ago
"bugs": "https://github.com/lrsjng/jquery-qrcode/issues",
9 years ago
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
12 years ago
"license": "MIT",
9 years ago
"scripts": {
"lint": "eslint .",
"build": "node ghu.js release",
"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": {
6 years ago
"eslint": "5.15.1",
"ghu": "0.13.0",
"jquery": "3.3.1"
},
"engines": {
6 years ago
"node": ">=8.0.0"
12 years ago
}
}