-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathbower.json
39 lines (39 loc) · 812 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
{
"name": "jquery-timepicker-wvega",
"description": "Enhances standard form input fields helping users to select (or type) times.",
"authors": [
"Willington Vega <wvega@wvega.com>",
"Brian Link <cpsubrian@gmail.com>",
"Ian Enders <ian.enders@gmail.com>"
],
"license": "(GPL-2.0 OR MIT)",
"keywords": [
"timepicker",
"time",
"picker",
"calendar",
"dropdown",
"input",
"form"
],
"homepage": "https://timepicker.co",
"repository": {
"type": "git",
"url": "git@github.com:wvega/timepicker.git"
},
"main": [
"jquery.timepicker.js",
"jquery.timepicker.css"
],
"moduleType": "globals",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">= 1.4.3"
}
}