-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
bower.json
50 lines (50 loc) · 1.55 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
{
"name": "bootstrap-admin-template",
"description": "Twitter Bootstrap Admin Template",
"authors": "puikinsh (http://github.com/puikinsh/)",
"homepage": "https://github.com/puikinsh/Bootstrap-Admin-Template",
"repository": {
"type": "git",
"url": "git+https://github.com/puikinsh/Bootstrap-Admin-Template.git"
},
"main": [
"dist/core.js",
"dist/main.css"
],
"moduleType": [
"globals"
],
"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",
"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.2",
"kbwood_countdown": "git://github.com/kbwood/countdown.git#2.0.1",
"jquery-inputlimiter": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jquery-inputlimiter/jquery-inputlimiter.1.3.1.zip",
"bootstrap3-wysihtml5-bower": "~0.3.3"
},
"dependencies": {
"bootstrap3-wysihtml5-bower": "^0.3.3"
}
}