{"_id":"growler","_rev":"8-7a4419941103a8c80ea2f921d5076b39","name":"growler","description":"Send notifications to remote and local Growl clients using GNTP","dist-tags":{"latest":"0.0.1"},"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","tarball":"https://registry.npmjs.org/growler/-/growler-0.0.1.tgz","integrity":"sha512-pNGOZma6ENdNhStzDqNxbwEs3GNROK5ljNY/02MoglfBFmixBFeVKzlLpY4azudmZBhnlpB+DEEx8HW13E74Fw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBRiXk5IrxF12LgUIjPlg1Nq4B3T9tqbW0mVtsxNTRoOAiEA1fY+IV6j8yjp3j6STzYynugYDMdZJrFGceZtdk9Lryg="}]},"maintainers":[{"name":"betamos","email":"didrik@betamos.se"}]}},"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","maintainers":[{"email":"didrik.nordstrom@gmail.com","name":"betamos"}],"time":{"modified":"2022-06-18T14:18:45.701Z","created":"2011-11-25T03:48:21.125Z","0.0.1":"2011-11-25T03:48:22.907Z"},"author":{"name":"Didrik Nordström","email":"didrik@betamos.se","url":"http://betamos.se/"},"repository":{"type":"git","url":"git://github.com/betamos/Node-Growler.git"},"users":{"florianwendelborn":true}}