You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"name": "quagga",
|
|
"version": "0.8.3",
|
|
"description": "An advanced barcode-scanner written in JavaScript",
|
|
"main": "lib/quagga.js",
|
|
"browser": "dist/quagga.min.js",
|
|
"devDependencies": {
|
|
"async": "^1.4.2",
|
|
"babel-core": "^5.8.25",
|
|
"babel-eslint": "^4.1.3",
|
|
"babel-loader": "^5.3.2",
|
|
"chai": "^3.4.1",
|
|
"core-js": "^1.2.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-nodeunit": "^0.4.1",
|
|
"grunt-karma": "^0.12.1",
|
|
"isparta-loader": "^1.0.0",
|
|
"karma": "^0.13.9",
|
|
"karma-chai": "0.1.0",
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
"karma-coverage": "^0.5.2",
|
|
"karma-mocha": "~0.2.0",
|
|
"karma-phantomjs-launcher": "^0.2.1",
|
|
"karma-sinon-chai": "^1.1.0",
|
|
"karma-sinon": "^1.0.4",
|
|
"karma-sinon-chai": "~0.2.0",
|
|
"karma-source-map-support": "^1.1.0",
|
|
"karma-webpack": "^1.7.0",
|
|
"mocha": "^2.3.2",
|
|
"phantomjs": "^1.9.18",
|
|
"sinon": "^1.16.1",
|
|
"webpack": "^1.12.2",
|
|
"webpack-core": "^0.6.8"
|
|
},
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"integrationtest": "grunt integrationtest",
|
|
"build": "webpack && webpack --config webpack.config.min.js && grunt uglyasm && webpack --config webpack.node.config.js",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/serratus/quaggaJS.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/serratus/quaggaJS/issues"
|
|
},
|
|
"keywords": [
|
|
"quagga",
|
|
"quaggajs",
|
|
"barcode",
|
|
"ean",
|
|
"code128",
|
|
"code39",
|
|
"codabar",
|
|
"i2of5",
|
|
"upc",
|
|
"getusermedia",
|
|
"imageprocessing"
|
|
],
|
|
"author": "Christoph Oberhofer <ch.oberhofer@gmail.com>",
|
|
"license": "MIT",
|
|
"engines":{
|
|
"node": ">= 4.0"
|
|
},
|
|
"dependencies": {
|
|
"get-pixels": "^3.2.3",
|
|
"gl-matrix": "^2.3.1",
|
|
"lodash": "^3.10.1",
|
|
"ndarray": "^1.0.18",
|
|
"ndarray-linear-interpolate": "^1.0.0"
|
|
}
|
|
}
|