forked from iuyes/jQuery-Scanner-Detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scannerdetection.jquery.json
34 lines (34 loc) · 975 Bytes
/
scannerdetection.jquery.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
{
"name": "scannerdetection",
"version": "1.1.2",
"title": "jQuery Scanner Detection",
"author": {
"name": "Julien Maurel",
"url": "https://github.com/julien-maurel"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.2"
},
"description": "jQuery Scanner Detection is a small plugin to detect when user use a scanner (barcode, QR Code...) instead of a keyboard, and call specific callbacks.",
"keywords": [
"scanner",
"scanning",
"barcode",
"QR",
"QRCode",
"event"
],
"homepage": "https://github.com/julien-maurel/jQuery-Scanner-Detection",
"bugs": "https://github.com/julien-maurel/jQuery-Scanner-Detection/issues",
"docs": "https://github.com/julien-maurel/jQuery-Scanner-Detection",
"demo": "https://github.com/julien-maurel/jQuery-Scanner-Detection",
"files": [
"jquery.scannerdetection.js"
]
}