forked from schmich/instascan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "instascan",
"version": "1.0.0",
"description": "Webcam-driven QR code scanner.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src/",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/schmich/instascan.git"
},
"keywords": [
"qr",
"code",
"quick",
"response",
"scan",
"scanner",
"webcam",
"realtime"
],
"author": "Chris Schmich <schmch@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/schmich/instascan/issues"
},
"homepage": "https://github.com/schmich/instascan",
"devDependencies": {
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
"fsm-as-promised": "^0.13.0",
"visibilityjs": "^1.2.3",
"webrtc-adapter": "^1.4.0"
}
}