-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 1.03 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
{
"name": "bootstrap-html5-fallback",
"version": "1.0.3",
"homepage": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback",
"description": "bootstrap widgets based html5 inputs fallback",
"main": [
"bootstrap.html5.fallback.js"
],
"ignore": [
"**/.*",
"*.json",
"*.md",
"*.txt",
"!LICENSE.txt",
"gulpfile.js"
],
"keywords": [
"bootstrap",
"enhancement",
"html5",
"polyfill"
],
"dependencies": {
"mvcct-enhancer": ">=1.1.0",
"bootstrap-colorpicker": ">=2.3.3",
"smalot-bootstrap-datetimepicker": ">=2.3.10",
"seiyria-bootstrap-slider": ">=7.0.3"
},
"authors": [
"Mvc Controls Toolkit Team",
"Francesco Abbruzzese"
],
"license": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback/blob/master/LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback.git"
}
}