{"_id":"growler","_rev":"31667","name":"growler","description":"Send notifications to remote and local Growl clients using GNTP","dist-tags":{"latest":"0.0.1"},"maintainers":[{"name":"betamos","email":"didrik@betamos.se"}],"time":{"modified":"2021-06-03T10:05:22.000Z","created":"2011-11-25T03:48:22.907Z","0.0.1":"2011-11-25T03:48:22.907Z"},"users":{"florianwendelborn":true},"author":{"name":"Didrik Nordström","email":"didrik@betamos.se","url":"http://betamos.se/"},"repository":{"type":"git","url":"git://github.com/betamos/Node-Growler.git"},"versions":{"0.0.1":{"name":"growler","version":"0.0.1","description":"Send notifications to remote and local Growl clients using GNTP","keywords":["Growl","GNTP","notifications"],"bugs":{"email":"didrik@betamos.se","url":"https://github.com/betamos/Node-Growler/issues"},"author":{"name":"Didrik Nordström","email":"didrik@betamos.se","url":"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"},"_npmUser":{"name":"betamos","email":"didrik@betamos.se"},"_id":"growler@0.0.1","_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.6.1","_defaultsLoaded":true,"dist":{"shasum":"248fb7d8079e4d041fd8f6c70f0a88de90c81669","size":30720,"noattachment":false,"key":"/growler/-/growler-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/growler/download/growler-0.0.1.tgz"},"maintainers":[{"name":"betamos","email":"didrik@betamos.se"}],"publish_time":1322192902907,"_cnpm_publish_time":1322192902907,"_hasShrinkwrap":false}},"readme":"\nNode Growler\n============\nA [Growl][1] server for [node.js][2] which sends notifications to remote and\nlocal Growl clients using [GNTP][3]. Could for example be used to notify you when\nsomething happens on your node.js server, e.g. a user just logged in.\n\nInstallation\n------------\n\tnpm install growler\n\nDependencies\n------------\n* node.js >= 0.6\n* [Underscore.js][4] >=1.1.5\n\nUsage\n-----\n\tvar growler = require('growler');\n\tvar myApp = new growler.GrowlApplication('Simple Growl App');\n\tmyApp.setNotifications({\n\t  'Server Status': {}\n\t});\n\tmyApp.register();\n\tmyApp.sendNotification('Server Status', {\n\t  title: 'Node Growler online',\n\t  text: 'Wasn\\'t that hard was it?'\n\t});\n\nAlso, check the examples directory.\n\nFeatures\n--------\n* Custom notification icons\n* Send notifications to password protected clients over the network\n* Send encrypted notifications (not supported yet by Growl for OS X)\n\nAuthor and license\n------------------\nNode Growler, Copyright 2011, Didrik Nordström\n\nDual licensed under the MIT or GPL Version 3 licenses.\n\n[1]:\thttp://growl.info/\n[2]:\thttp://nodejs.org/\n[3]:\thttp://www.growlforwindows.com/gfw/help/gntp.aspx\n[4]:\thttp://documentcloud.github.com/underscore/\n","_attachments":{},"bugs":{"email":"didrik@betamos.se","url":"https://github.com/betamos/Node-Growler/issues"}}