forked from puikinsh/Bootstrap-Admin-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
58 lines (58 loc) · 1.54 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
52
53
54
55
56
57
58
{
"name": "Bootstrap-Admin-Template",
"description": "Twitter Bootstrap Admin Template",
"version": "2.3.2",
"homepage": "https://github.com/onokumus/Bootstrap-Admin-Template",
"authors": [
"onokumus <onokumus@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/onokumus/Bootstrap-Admin-Template.git"
},
"main": "dist/index.html",
"moduleType": [
"node"
],
"keywords": [
"twbs",
"assemble",
"grunt",
"less",
"admin",
"template",
"twitter bootstrap"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests",
"dist"
],
"devDependencies": {
"pagedown-bootstrap": "https://github.com/kevinoconnor7/pagedown-bootstrap/archive/v1.1.zip",
"formwizard": "https://github.com/thecodemine/formwizard/archive/v3.0.7.zip",
"html5shiv": "~3.7.2",
"respond": "~1.4.2",
"gmaps": "~0.4.16",
"jquery-mousewheel": "~3.1.12",
"bootstrap-daterangepicker": "~1.3.17",
"jQuery.validVal": "~5.0.2",
"jquery.gritter": "~1.7.4",
"plupload": "~2.1.2",
"bootstrap-switch": "~3.3.1",
"kbwood_countdown": "git://github.com/kbwood/countdown.git#2.0.1",
"jquery-inputlimiter": "https://jquery-inputlimiter.googlecode.com/files/jquery-inputlimiter.1.3.1.zip",
"bootstrap-duallistbox": "~3.0.2",
"fullcalendar": "~2.2.6",
"bootstrap3-wysihtml5-bower": "~0.3.3",
"bootstrap": "~3.3.1",
"jquery-validation": "~1.13.1"
},
"resolutions": {
"jquery": "~2.1.3",
"bootstrap": "~3.3.1"
}
}