-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 831 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
{
"name": "barcode-hid-reader",
"version": "1.0.1",
"description": "simple js lib for capturing data from HID barcode scanners",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FragsterAt/barcode_hid_reader.git"
},
"keywords": [
"barcode",
"reader",
"hid"
],
"author": "Anton Grachev",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/FragsterAt/barcode_hid_reader/issues"
},
"homepage": "https://github.com/FragsterAt/barcode_hid_reader#readme",
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1"
}
}