{
	"name": "bin-wrapper",
	"version": "4.1.0",
	"description": "Binary wrapper that makes your programs seamlessly available as local dependencies",
	"license": "MIT",
	"repository": "kevva/bin-wrapper",
	"author": {
		"name": "Kevin MÃ¥rtensson",
		"email": "kevinmartensson@gmail.com",
		"url": "https://github.com/kevva"
	},
	"engines": {
		"node": ">=6"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"bin",
		"check",
		"local",
		"wrapper"
	],
	"dependencies": {
		"bin-check": "^4.1.0",
		"bin-version-check": "^4.0.0",
		"download": "^7.1.0",
		"import-lazy": "^3.1.0",
		"os-filter-obj": "^2.0.0",
		"pify": "^4.0.1"
	},
	"devDependencies": {
		"ava": "*",
		"executable": "^4.1.1",
		"nock": "^10.0.2",
		"path-exists": "^3.0.0",
		"rimraf": "^2.6.2",
		"tempy": "^0.2.1",
		"xo": "*"
	}
}