aboutsummaryrefslogtreecommitdiff
path: root/node_modules/growl/package.json
blob: 962c7fae28f6e9b4bbb903e9f6152047c7fa0027 (plain)
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"
}