package.json 544 B

123456789101112131415
  1. {
  2. "name": "growly",
  3. "version": "1.3.0",
  4. "description": "Simple zero-dependency Growl notifications using GNTP.",
  5. "keywords": ["growl", "growly", "snarl", "notifications", "gntp", "messages"],
  6. "author": "Ibrahim Al-Rajhi <abrahamalrajhi@gmail.com> (http://ibrahimalrajhi.com/)",
  7. "repository": "http://github.com/theabraham/growly",
  8. "bugs": "http://github.com/theabraham/growly/issues",
  9. "main": "lib/growly.js",
  10. "directories": {
  11. "example": "example",
  12. "lib": "lib"
  13. },
  14. "license": "MIT"
  15. }