{
	"name": "alfred-battery",
	"version": "1.1.0",
	"description": "Alfred workflow to get battery info",
	"license": "MIT",
	"repository": "alonalon/alfred-battery",
	"author": {
		"name": "alonalon",
		"email": "aronhafner@gmail.com",
		"url": "aronhafner.com"
	},
	"engines": {
		"node": ">=6"
	},
	"scripts": {
		"test": "xo && ava",
		"postinstall": "alfy-init",
		"preuninstall": "alfy-cleanup"
	},
	"files": [
		"index.js",
		"icon.png",
		"info.plist"
	],
	"keywords": [
		"alfred",
		"workflow",
		"battery",
		"charging",
		"stats",
		"battery level"
	],
	"dependencies": {
		"alfy": "^0.9.1",
		"osx-battery": "^4.0.0",
		"to-percent": "^1.0.2"
	},
	"devDependencies": {
		"alfy-test": "^0.3.0",
		"ava": "*",
		"xo": "*"
	}
}
