UNPKG

angular-barcode-scanner

Version:
42 lines (41 loc) 1.06 kB
{ "name": "angular-barcode-scanner", "version": "1.3.1", "description": "An angular barcode reader module", "main": "dist/angular-barcode-scanner.js", "scripts": { "build": "webpack -p --config webpack.config.babel.js", "lint": "eslint -c .eslintrc.json --ext .js app/" }, "repository": { "type": "git", "url": "git+https://github.com/isonet/barcode-scanner.git" }, "keywords": [ "barcode", "reader", "scanner", "angular", "module", "directive" ], "author": "Paul Biester", "license": "MIT", "bugs": { "url": "https://github.com/isonet/barcode-scanner/issues" }, "homepage": "https://github.com/isonet/barcode-scanner#readme", "dependencies": {}, "devDependencies": { "angular": "^1.5.7", "babel": "^6.5.2", "babel-core": "^6.21.0", "babel-loader": "^6.2.10", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.9.0", "eslint": "^3.13.1", "eslint-loader": "^1.6.1", "ng-annotate-loader": "^0.2.0", "webpack": "^1.14.0" } }