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
683 B
JSON

13 years ago
{
11 years ago
"name": "jquery-qrcode",
12 years ago
"displayName": "jQuery.qrcode",
"version": "0.13.1",
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": {
9 years ago
"eslint": "2.10.2",
"ghu": "0.4.0"
},
"engines": {
9 years ago
"node": ">=6.0.0"
12 years ago
}
}