Add node modules and compiled JavaScript from main

This commit is contained in:
Oliver King 2022-06-21 13:37:16 +00:00
parent d893f27da9
commit 4b42a5ec78
6750 changed files with 1745644 additions and 10860 deletions

15
node_modules/growly/package.json generated vendored Normal file
View file

@ -0,0 +1,15 @@
{
"name": "growly",
"version": "1.3.0",
"description": "Simple zero-dependency Growl notifications using GNTP.",
"keywords": ["growl", "growly", "snarl", "notifications", "gntp", "messages"],
"author": "Ibrahim Al-Rajhi <abrahamalrajhi@gmail.com> (http://ibrahimalrajhi.com/)",
"repository": "http://github.com/theabraham/growly",
"bugs": "http://github.com/theabraham/growly/issues",
"main": "lib/growly.js",
"directories": {
"example": "example",
"lib": "lib"
},
"license": "MIT"
}