forked from rubentd/gifplayer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
36 lines (36 loc) · 746 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "jquery.gifplayer",
"description": "Customizable jquery plugin to play and stop animated gifs. Similar to 9gag's. Supports video",
"version": "0.3.2",
"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": "[email protected]"
}
],
"homepage": "http://rubentd.com/gifplayer",
"repository": {
"type": "git",
"url": "git://github.com/darthrubens/gifplayer.git"
},
"dependencies": {
"jquery": ">=1.5"
}
}