Added a package.json so this project can be used in a NPM managed environment.

pull/25/head
Aron Rubin 8 years ago
parent f5be34c3fc
commit 73500f6928

@ -0,0 +1,25 @@
{
"name": "qr-code-generator",
"version": "1.0.0",
"description": "QR Code generator library in multiple languages",
"main": "javascript/qrcodegen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AronRubin/QR-Code-generator.git"
},
"keywords": [
"qr",
"qrcode",
"generator",
"svg"
],
"author": "Project Nayuki (me@nayuki.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AronRubin/QR-Code-generator/issues"
},
"homepage": "https://github.com/AronRubin/QR-Code-generator#readme"
}
Loading…
Cancel
Save