-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.46 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "keyscanner",
"version": "1.1.3",
"main": "./build/index.min.js",
"description": "A library to detect automated keyboard events from external devices (such as a barcode scanner) and differentiates between human keystroke inputs with a high level of accuracy. This reader software, hence allows obtaining barcode information, without the user having to focus the cursor on a textfield.",
"license": "MIT",
"scripts": {
"format:fix": "pretty-quick --staged",
"precommit": "npm run format:fix",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/namshi/keyscannerjs.git"
},
"keywords": [
"barcode",
"scanner",
"barcode scanner",
"key scanner",
"mobile scanner",
"mobile barcode scanner"
],
"files": [
"README.md",
"build/index.min.js"
],
"bugs": {
"url": "https://github.com/namshi/keyscannerjs/issues"
},
"homepage": "https://github.com/namshi/keyscannerjs",
"dependencies": {},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.24.0",
"babelrc-rollup": "^3.0.0",
"browser-env": "^2.0.29",
"husky": "^0.14.3",
"prettier": "^1.13.7",
"pretty-quick": "^1.6.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1"
}
}