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

{
"name": "jquery-qrcode",
"displayName": "jQuery.qrcode",
"version": "0.14.0",
"description": "Generate QR codes dynamically.",
"homepage": "https://larsjung.de/jquery-qrcode/",
"bugs": "https://github.com/lrsjng/jquery-qrcode/issues",
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"build": "node ghu.js release",
"precommit": "npm run -s lint && npm run -s build"
},
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/jquery-qrcode.git"
},
"devDependencies": {
"eslint": "2.10.2",
"ghu": "0.4.0"
},
"engines": {
"node": ">=6.0.0"
}
}