package.json 365 Bytes
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "growl",
  "version": "1.9.2",
  "description": "Growl unobtrusive notifications",
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
  "maintainers": [
    "Joshua Boy Nicolai Appelman <joshua@jbnicolai.nl>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/tj/node-growl.git"
  },
  "main": "./lib/growl.js",
  "license": "MIT"
}