-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
33
34
35
36
37
{
"name": "qrcode-reader-jsqr",
"title": "Interface for the cozmo jsQR QR code reading library",
"description": "A jQuery plugin implementing a browser interface for the cozmo jsQR QR code reading library",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"jquery",
"qrcode",
"ui"
],
"version": "0.0.4",
"author": {
"name": "Maurizio Manetti",
"url": "https://mauntrelio.github.io"
},
"maintainers": [
{
"name": "Maurizio Manetti",
"email": "[email protected]",
"url": "https://mauntrelio.github.io"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mauntrelio/qrcode-reader/blob/master/LICENSE.txt"
}
],
"bugs": "https://github.com/mauntrelio/qrcode-reader/issues",
"homepage": "https://github.com/mauntrelio/qrcode-reader",
"docs": "https://github.com/mauntrelio/qrcode-reader",
"download": "https://github.com/mauntrelio/qrcode-reader/zipball/master",
"dependencies": {
"jquery": ">=1.9"
}
}