gifplayer
Version:
Customizable jquery plugin to play and stop animated gifs. New: Video support (webm, mp4)
37 lines (36 loc) • 746 B
JSON
{
"name": "jquery.gifplayer",
"description": "Customizable jquery plugin to play and stop animated gifs. Similar to 9gag's. Supports video",
"version": "0.3.7",
"main" : [
"dist/jquery.gifplayer.js",
"dist/gifplayer.css"
],
"license": [
{
"type": "MIT",
"url": "https://github.com/darthrubens/gifplayer/blob/master/LICENSE"
}
],
"keywords": [
"gif",
"9gag",
"video",
"animated",
"player"
],
"authors": [
{
"name": "Ruben Torres",
"email": "rubentdlh@gmail.com"
}
],
"homepage": "http://rubentd.com/gifplayer",
"repository": {
"type": "git",
"url": "git://github.com/darthrubens/gifplayer.git"
},
"dependencies": {
"jquery": ">=1.5"
}
}