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 4d13e19 commit a909d24
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Scrollorama.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Scrollorama",
"title": "Scrollorama",
"description": "The jQuery plugin for cool scroll animation",
"keywords": [
"scroll",
"scrolling",
"animation"
],
"version": "0.9.0",
"author": {
"name": "John Polacek",
"url": "http://johnpolacek.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/johnpolacek/scrollorama/blob/master/README.md"
}
],
"homepage": "http://johnpolacek.github.com/scrollorama/",
"demo": "http://johnpolacek.github.com/scrollorama/",
"dependencies": {
"jquery": ">=1.5"
}
}

0 comments on commit a909d24

Please sign in to comment.