{
	"name":"node-osx-notifier",
	"description":"A NodeJS Server for sending notifications to OSX Mountain Lion's Notification Center",
	"version":"0.1.0",
	"homepage":"https://github.com/azoff/node-osx-notifier",
	"author":{
		"name":"Jonathan Azoff",
		"email":"jon@azoffdesign.com",
		"url":"http://azoffdesign.com"
	},
	"dependencies": {
		"express": "3.0.x"
	},
	"repository":{
		"type":"git",
		"url":"git://git@github.com:azoff/node-osx-notifier.git"
	},
	"bugs":{
		"url":"https://github.com/azoff/node-osx-notifier/issues"
	},
	"licenses":[
		{
			"type":"MIT",
			"url":"https://github.com/azoff/node-osx-notifier/blob/master/LICENSE-MIT"
		}
	],
	"main":"lib/node-osx-notifier",
	"engines":{
		"node":">= 0.8.0"
	},
	"preferGlobal":"true",
	"bin":{
		"node-osx-notifier":"lib/node-osx-notifier.js"
	},
	"keywords":["osx"]
}