forked from sumimakito/Awesome-qr.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 786 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "awesome-qr",
"version": "1.2.1",
"description": "An awesome QR code generator written in JavaScript.",
"main": "awesome-qr-node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SumiMakito/Awesome-qr.js.git"
},
"keywords": [
"qr",
"qrcode",
"barcode"
],
"author": "Makito <sumimakito@hotmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SumiMakito/Awesome-qr.js/issues"
},
"homepage": "https://github.com/SumiMakito/Awesome-qr.js#readme",
"dependencies": {
"canvas-prebuilt": "^1.6.5-prerelease.1",
"request": "^2.83.0"
}
}