Skip to content

Commit

Permalink
Create scrollme.jquery.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nckprsn committed Jun 3, 2014
1 parent b97d008 commit 06fe404
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions scrollme.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "scrollme",
"title": "ScrollMe",
"description": "A jQuery plugin for adding simple scrolling effects to web pages.",
"keywords":
[
"animation",
"scrolling"
],
"version": "1.0.0",
"author":
{
"name": "Nick Pearson",
"url": "http://nckprsn.com"
},
"licenses":
[
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.html"
}
],
"bugs": "https://github.com/jquery/jquery-color/issues",
"homepage": "http://scrollme.nckprsn.com/",
"docs": "http://scrollme.nckprsn.com/",
"download": "https://github.com/nckprsn/scrollme",
"dependencies":
{
"jquery": ">=1.5"
}
}

0 comments on commit 06fe404

Please sign in to comment.