-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathbower.json
51 lines (51 loc) · 1.07 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
{
"name":"countdowntimer",
"version":"2.0.1",
"description":"Reverse count down jQuery plugin for displaying countdown as per need. Also displays current time.",
"keywords":[
"jquery",
"countdown",
"timer",
"countdownTimer",
"reverse",
"clock",
"time",
"hours",
"minutes",
"seconds",
"date",
"days",
"years",
"months",
"localisation",
"jquery-plugin"
],
"homepage":"https://github.com/harshen/jQuery-countdownTimer",
"authors":[
"Harshen Pandey <[email protected]> (https://remote.com/harshen/)"
],
"license":[
"MIT",
"GPL-3.0"
],
"main":[
"src/css/jQuery.countdownTimer.css",
"src/js/jQuery.countdownTimer.js"
],
"ignore":[
"**/.*",
"src",
"test",
"package.json",
"Gruntfile.js",
"node_modules",
"bower_components"
],
"dependencies":{
"jquery":"^3.2.1"
},
"devDependencies":{
"qunit":"~2.4.0",
"sinon":"http://sinonjs.org/releases/sinon-4.0.1.js"
}
}