Add node modules and compiled JavaScript from main

This commit is contained in:
Oliver King 2022-11-02 14:26:33 +00:00
parent 8bccaeaf7c
commit 4181bfdf50
7465 changed files with 1775003 additions and 2 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"
}