forked from mebjas/html5-qrcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
49
50
51
52
53
54
55
56
57
{
"name": "html5-qrcode",
"version": "2.0.12",
"description": "A cross platform HTML5 QR Code & bar code scanner",
"main": "dist/html5-qrcode.min.js",
"scripts": {
"build-windows": "scripts\\build-windows.sh",
"build": "./scripts/build-default.sh",
"test": "./scripts/test.sh",
"lint-md": "remark ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mebjas/html5-qrcode.git"
},
"keywords": [
"html5",
"qrcode",
"html",
"camera",
"scanner"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mebjas/html5-qrcode/issues"
},
"homepage": "https://github.com/mebjas/html5-qrcode#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"babel-minify": "^0.5.1",
"chai": "^4.2.0",
"expose-loader": "^2.0.0",
"mocha": "^7.2.0",
"mocha-phantomjs": "^4.1.0",
"phantomjs": "^2.1.7",
"promise-polyfill": "^8.1.3",
"remark-cli": "^9.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"rewire": "^5.0.0",
"ts-loader": "^9.1.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"typescript": "^4.3.2"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"files": [
"dist/*"
]
}