forked from jdewit/bootstrap-timepicker
-
Notifications
You must be signed in to change notification settings - Fork 78
/
component.json
36 lines (36 loc) · 808 Bytes
/
component.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": "bootstrap-3-timepickr",
"version": "0.2.5",
"description": "A timepicker component for Bootstrap 3",
"repository": {
"type": "git",
"url": "https://github.com/jdewit/bootstrap-timepicker"
},
"main": [
"js/bootstrap-timepicker.min.js",
"css/bootstrap-timepicker.min.css"
],
"dependencies": {
"bootstrap": ">=3.0",
"jquery": ">=1.8.3",
"autotype": "https://raw.github.com/mmonteleone/jquery.autotype/master/jquery.autotype.js"
},
"homepage": "https://github.com/rendom/bootstrap-3-timepicker",
"authors": [
"Rendom <[email protected]>"
],
"keywords": [
"timepicker",
"bootstrap",
"timepick"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec/js/libs/",
"test",
"tests"
]
}