From 487533f0f5eb366c9c719e845de589bc9161caf4 Mon Sep 17 00:00:00 2001 From: johnpolacek Date: Sat, 2 Feb 2013 14:03:20 -0600 Subject: [PATCH] add jquery plugin manifest --- SuperScrollorama.jquery.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 SuperScrollorama.jquery.json diff --git a/SuperScrollorama.jquery.json b/SuperScrollorama.jquery.json new file mode 100644 index 0000000..213e761 --- /dev/null +++ b/SuperScrollorama.jquery.json @@ -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" + } +} \ No newline at end of file