forked from hilios/jQuery.countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
52 lines (52 loc) · 1.08 KB
/
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
48
49
50
51
52
{
"name": "jquery.countdown",
"version": "2.2.0",
"description": "jQuery plugin to display a countdown clock on your page",
"keywords": [
"countdown",
"coupons",
"auction",
"clock",
"datetime",
"date"
],
"author": "Edson Hilios",
"homepage": "http://hilios.github.io/jQuery.countdown/",
"license": [
{
"type": "MIT",
"url": "https://github.com/hilios/jQuery.countdown/blob/2.0.4/LICENSE.md"
}
],
"main": [
"dist/jquery.countdown.js"
],
"ignore": [
"**/.*",
"src",
"test",
"package.json",
"Gruntfile.js",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"jquery-3.1": "jquery#~3.1",
"jquery-3.0": "jquery#~3.0",
"jquery-2.2": "jquery#~2.2",
"jquery-2.1": "jquery#~2.1",
"jquery-2.0": "jquery#~2.0",
"jquery-1.9": "jquery#~1.9",
"jquery-1.8": "jquery#~1.8",
"jquery-1.7": "jquery#~1.7",
"jquery-1.10": "jquery#~1.10",
"jquery-1.11": "jquery#~1.11",
"bootstrap": "~3"
},
"moduleType": [
"amd"
]
}