instascan-last
Version:
Webcam-driven QR code scanner.
53 lines (52 loc) • 1.21 kB
JSON
{
"name": "instascan-last",
"version": "2.1.4",
"description": "Webcam-driven QR code scanner.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib/"
],
"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-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babelify": "8.0.0",
"browserify": "^14.5.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.15.1",
"visibilityjs": "^1.2.6",
"webrtc-adapter": "^6.0.2"
}
}