growl-express
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "growl-express", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "growl notifiations via http", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -32,3 +32,3 @@ # growl-express | ||
- `appname` the name of the application (default is 'growl-express') | ||
- `appicon` url, file path, or Buffer instance for an application icon image. | ||
- `appicon` url or file path for an application icon image. | ||
- `notifications` a list of defined notification types with the following properties: | ||
@@ -95,4 +95,4 @@ - `.label` name used to identify the type of notification being used (required.) | ||
- `host` GNTP host | ||
- `port` GNTP port | ||
- `host` some GNTP host. | ||
- `port` some GNTP port. | ||
@@ -99,0 +99,0 @@ #### Example |
11623