-
Notifications
You must be signed in to change notification settings - Fork 56
/
bower.json
47 lines (47 loc) · 874 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
37
38
39
40
41
42
43
44
45
46
47
{
"name":"flipcountdown",
"version": "3.0.5",
"main": [
"jquery.flipcountdown.js",
"jquery.flipcountdown.css"
],
"ignore": [
"**/screen",
"**/flipcountdown.jquery.json",
"**/screen/*.png",
"**/img/*.psd",
"**/*.txt",
"**/*.md",
"**/*.html",
"**/*.tpl"
],
"keywords": [
"count",
"down",
"flip",
"flipcount",
"flipcountdown",
"countdown",
"time",
"tablo",
"counter",
"ticker",
"timer",
"clock",
"form"
],
"dependencies": {
"jquery": ">= 1.7.2"
},
"authors": [
{
"name": "Chupurnov Valeriy",
"email": "chupurnov@gmail.com",
"homepage": "http://xdsoft.net/contacts.html"
}
],
"homepage":"http://xdsoft.net/jqplugins/flipcountdown/",
"repository": {
"type": "git", "url": "git://github.com:xdan/flipcountdown.git"
}
}