Skip to content

Commit

Permalink
add jquery plugin manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpolacek committed Feb 2, 2013
1 parent ed9ceec commit 487533f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions SuperScrollorama.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "SuperScrollorama",
"title": "SuperScrollorama",
"description": "The jQuery plugin for supercool scroll animation",
"keywords": [
"scroll",
"scrolling",
"animation"
],
"version": "1.0.0",
"author": {
"name": "John Polacek",
"url": "http://johnpolacek.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/johnpolacek/superscrollorama/blob/master/README.md"
},
{
"url":"http://www.greensock.com/licensing/"
}
],
"homepage": "http://johnpolacek.github.com/superscrollorama/",
"demo": "http://johnpolacek.github.com/superscrollorama/",
"dependencies": {
"jquery": ">=1.5",
"greensock":">=1.8"
}
}

0 comments on commit 487533f

Please sign in to comment.