{
	"name": "nagios-plugin",
	"description": "Facilitates writing Nagios plugins",
	"version": "0.1.2",
	"license": "MIT",
	"author": {
		"name": "Fred"
	},
	"main": "lib/index",
	"dependencies": {},
	"devDependencies": {
		"grunt": "~0.4.1",
		"load-grunt-tasks": "~0.2.0",
		"grunt-contrib-jshint": "~0.7.1",
		"jshint-stylish": "~0.1.3",
		"grunt-contrib-watch": "~0.5.3",
		"grunt-shell": "~0.5.0",
		"jasmine-node": "1.3.1"
	},
	"engines": {
		"node": ">=0.8.0"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/abbr/nagios-plugin.git"
	},
	"homepage": "https://github.com/abbr/nagios-plugin",
	"keywords": ["nagios"]
}
