forked from sumimakito/Awesome-qr.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 905 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
29
30
31
32
{
"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",
"start": "node start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SumiMakito/Awesome-qr.js.git"
},
"keywords": [
"qr",
"qrcode",
"barcode"
],
"author": "Makito <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SumiMakito/Awesome-qr.js/issues"
},
"homepage": "https://github.com/SumiMakito/Awesome-qr.js#readme",
"dependencies": {
"fs": "0.0.1-security",
"request": "^2.88.2",
"node-pre-gyp":"0.17.0",
"@mapbox/node-pre-gyp": "1.0.11",
"canvas": "2.11.2"
}
}