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 35ef8c6 commit 9281b96
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions BigVideo.jquery.json
@@ -0,0 +1,28 @@
{
"name": "BigVideo",
"title": "BigVideo",
"description": "The jQuery Plugin for Big Background Video (and Images)",
"keywords": [
"video",
"background"
],
"version": "1.0.0",
"author": {
"name": "John Polacek",
"url": "http://johnpolacek.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dfcb/BigVideo.js/blob/master/README.md"
}
],
"homepage": "http://dfcb.github.com/BigVideo.js/",
"demo": "http://dfcb.github.com/BigVideo.js/",
"dependencies": {
"jquery": ">=1.7.2",
"jqueryui": ">=1.8.22",
"videojs":">=3.2.0",
"imagesloaded":">=2.1.1"
}
}

0 comments on commit 9281b96

Please sign in to comment.