{
	"name": "fixed-mount-barcode-scanner",
	"version": "0.0.5",
	"main": "bc-scanner-es5.js",
	"scripts": {
		"test": "tap test/*.js",
		"transpile": "babel ./bc-scanner.js --out-file ./bc-scanner-es5.js"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/fjrd84/fixed-mount-barcode-scanner"
	},
	"author": "F. Javier R. Donado <jdonado@jdonado.com> (http://www.jdonado.com/)",
	"license": "MIT",
	"description": "A node module to get your node module started",
	"dependencies": {},
	"devDependencies": {
		"babel-cli": "^6.26.0",
		"babel-preset-es2015": "^6.24.1"
	},
	"keywords": [
		"barcode",
		"scanner",
		"usb",
		"newland",
		"frontend"
	]
}
