-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 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": "2.0.0",
"description": "Webcam-driven QR code scanner.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/schmich/instascan.git"
},
"keywords": [
"qr",
"code",
"quick",
"response",
"scan",
"scanner",
"webcam",
"realtime"
],
"author": "Chris Schmich <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/schmich/instascan/issues"
},
"homepage": "https://github.com/schmich/instascan",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-transform": "^3.0.5",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"fsm-as-promised": "^0.14.5",
"visibilityjs": "^1.2.4",
"webrtc-adapter": "^6.1.4"
}
}