Skip to content

Commit

Permalink
Create toaster.jquery.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Offen committed Oct 8, 2014
1 parent ff1c227 commit 3c9db90
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions toaster.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name" : "toaster",
"version" : "1.0.0",
"title" : "jQuery Toaster",
"author" :
{
"name" : "Scott Offen",
"email" : "developer@scottoffen.com",
"url" : "http://www.scottoffen.com"
},
"licenses" :
[
{
"type" : "Apache-2.0",
"url" : "https://raw.githubusercontent.com/scottoffen/jquery.toaster/master/LICENSE"
}
],
"dependencies" :
{
"jquery": ">=1.11.1",
"bootstrap" : ">=3.0"
},
"description" : "jQuery plugin for displaying customizable toast notifications via Bootstrap alerts",
"keywords" :
[
"toast",
"toaster",
"growl"
],
"maintainers" :
[
{
"name" : "Scott Offen",
"email" : "developer@scottoffen.com",
"url" : "http://www.scottoffen.com"
}
],
"homepage" : "https://github.com/scottoffen/jquery.toaster",
"bugs" : "https://github.com/scottoffen/jquery.toaster/issues",
"docs" : "https://github.com/scottoffen/jquery.toaster/wiki"
}

0 comments on commit 3c9db90

Please sign in to comment.