{
	"name": "update-notifier",
	"version": "0.1.8",
	"description": "Update notifier for your package",
	"keywords": [
		"npm",
		"update",
		"notify",
		"notifier",
		"check",
		"checker"
	],
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "http://sindresorhus.com"
	},
	"main": "lib/update-notifier.js",
	"repository": {
		"type": "git",
		"url": "git://github.com/yeoman/update-notifier.git"
	},
	"scripts": {
		"test": "mocha --timeout 20000"
	},
	"dependencies": {
		"request": "~2.27.0",
		"configstore": "~0.2.2",
		"semver": "~2.1.0",
		"chalk": "~0.4.0"
	},
	"devDependencies": {
		"mocha": "*"
	},
	"engines": {
		"node": ">=0.10.0"
	},
	"licenses": [
		{
			"type": "BSD"
		}
	]
}
