UNPKG

growler

Version:

Send notifications to remote and local Growl clients using GNTP

37 lines (36 loc) 745 B
{ "name": "growler", "version": "0.0.1", "description": "Send notifications to remote and local Growl clients using GNTP", "keywords": [ "Growl", "GNTP", "notifications" ], "bugs": { "url": "https://github.com/betamos/Node-Growler/issues", "email": "didrik@betamos.se" }, "author": "Didrik Nordström <didrik@betamos.se> (http://betamos.se/)", "main": "lib/growler.js", "files": [ "lib", "examples", "README.md", "CHANGELOG" ], "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git://github.com/betamos/Node-Growler.git" }, "dependencies": { "underscore": ">=1.1.5" }, "devDependencies": {}, "engines": { "node": ">=0.6.0" } }