{
	"name": "cliy",
	"version": "3.1.2",
	"description": "Command Line Interface Library",
	"main": "index.js",
	"scripts": {
		"test": "node example.js -abc foo bar -d bat=baz"
	},
	"keywords": [
		"cli",
		"line",
		"command",
		"interface",
		"library"
	],
	"author": "Alexander Elias",
	"license": "MPL-2.0",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/vokeio/cliy.git"
	},
	"bugs": {
		"url": "https://github.com/vokeio/cliy/issues"
	},
	"homepage": "https://github.com/vokeio/cliy#readme"
}
