-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 KB
/
package.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
{
"name": "bootstrap-html5-fallback",
"version": "1.0.3",
"description": "bootstrap widgets based html5 inputs fallback",
"main": "bootstrap.html5.fallback.js",
"repository": {
"type": "git",
"url": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback.git"
},
"keywords": [
"bootstrap",
"enhancement",
"html5",
"polyfill"
],
"readme": "bootstrap widgets based html5 inputs fallback",
"author": "Mvc Controls Toolkit Team",
"license": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback/blob/master/LICENSE.txt",
"bugs": {
"url": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback/issues"
},
"homepage": "https://github.com/MvcControlsToolkit/bootstrap-html5-fallback",
"files": [
"LICENSE.txt",
"mvcct.enhancer.d.ts",
"bootstrap.html5.fallback.js",
"bootstrap.html5.fallback.min.js",
"bootstrap.html5.fallback.d.ts"
],
"dependencies": {
"mvcct-enhancer": ">=1.1.0",
"bootstrap-colorpicker": ">=2.3.3",
"bootstrap-datetime-picker": ">=2.3.10",
"bootstrap-slider": ">=7.0.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3"
}
}