UNPKG

1.21 kBJSONView Raw
1{
2 "name": "html5-qrcode",
3 "version": "2.0.9",
4 "description": "A cross platform HTML5 QR Code & bar code scanner",
5 "main": "dist/html5-qrcode.min.js",
6 "scripts": {
7 "build-windows": "scripts\\build-windows.sh",
8 "build": "./scripts/build-default.sh",
9 "test": "./scripts/test.sh"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/mebjas/html5-qrcode.git"
14 },
15 "keywords": [
16 "html5",
17 "qrcode",
18 "html",
19 "camera",
20 "scanner"
21 ],
22 "author": "minhazav@gmail.com",
23 "license": "Apache-2.0",
24 "bugs": {
25 "url": "https://github.com/mebjas/html5-qrcode/issues"
26 },
27 "homepage": "https://github.com/mebjas/html5-qrcode#readme",
28 "devDependencies": {
29 "@babel/cli": "^7.10.5",
30 "@babel/core": "^7.11.4",
31 "@babel/plugin-proposal-class-properties": "^7.10.4",
32 "@babel/preset-env": "^7.11.0",
33 "babel-minify": "^0.5.1",
34 "chai": "^4.2.0",
35 "expose-loader": "^2.0.0",
36 "mocha": "^7.2.0",
37 "mocha-phantomjs": "^4.1.0",
38 "phantomjs": "^2.1.7",
39 "promise-polyfill": "^8.1.3",
40 "rewire": "^5.0.0",
41 "ts-loader": "^9.1.2",
42 "webpack": "^5.37.0",
43 "webpack-cli": "^4.7.0"
44 },
45 "files": [
46 "dist/*"
47 ]
48}