{
	"name": "fasp-client-cli",
	"description": "Control Friendly Audio Streaming Protocol receivers from the command line.",
	"version": "1.1.0",
	"bin": {
		"fasp-client": "./cli.js"
	},
	"files": [
		"cli.js",
		"lib"
	],
	"keywords": [
		"todo"
	],
	"author": "Jannis R <mail@jannisr.de>",
	"homepage": "https://github.com/derhuerst/fasp-client-cli",
	"repository": "derhuerst/fasp-client-cli",
	"bugs": "https://github.com/derhuerst/fasp-client-cli/issues",
	"license": "ISC",
	"engines": {
		"node": ">=7.6"
	},
	"dependencies": {
		"chalk": "^2.3.2",
		"env-paths": "^1.0.0",
		"fasp-client": "^0.3.0",
		"mkdirp": "^0.5.1",
		"mri": "^1.1.0",
		"prompt-skeleton": "^1.0.1",
		"pump": "^3.0.0",
		"search-fasp-receivers": "^0.2.1",
		"select-prompt": "^0.3.1",
		"split2": "^3.1.1",
		"strip-ansi": "^4.0.0",
		"window-size": "^1.1.0"
	}
}
