{
	"name": "smartcard2",
	"version": "1.1.8",
	"author": "Thomas Brüggemann",
	"keywords": [
		"pcsc",
		"smartcard",
		"smart-card",
		"iso7816",
		"iso-7816",
		"emv",
		"es6"
	],
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/tomkp/smartcard.git"
	},
	"bugs": {
		"url": "https://github.com/tomkp/smartcard/issues"
	},
	"homepage": "https://github.com/tomkp/smartcard",
	"main": "lib/index.js",
	"scripts": {
		"compile": "babel -d lib/ src/",
		"compile:watch": "babel -w -d lib/ src/",
		"prepublish": "npm run compile",
		"release:patch": "npm run compile && npm version patch && git push && npm publish"
	},
	"dependencies": {
		"hexify": "^1.0.1",
		"pcsclite2": "0.4.18"
	},
	"devDependencies": {
		"babel-cli": "^6.26.0",
		"babel-preset-es2015": "^6.24.1"
	}
}
