{
	"name": "cli-check-node",
	"version": "1.3.4",
	"description": "Check the installed Node.js version and exit as per the required Node.js version.",
	"license": "MIT",
	"repository": "ahmadawais/cli-check-node",
	"author": {
		"name": "Ahmad Awais",
		"email": "me@AhmadAwais.com",
		"url": "https://twitter.com/MrAhmadAwais"
	},
	"main": "index.js",
	"files": [
		"index.js"
	],
	"keywords": [
		"cli-check-node",
		"Ahmad Awais",
		"ahmadawais"
	],
	"scripts": {
		"test": "ava"
	},
	"dependencies": {
		"chalk": "^3.0.0",
		"log-symbols": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^3.5.1",
		"execa": "^4.0.0"
	}
}
