forked from micromata/Baumeister
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 807 Bytes
/
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
{
"name": "bootstrap-kickstart",
"description": "This is a boilerplate for scaffolding Bootstrap themes.",
"version": "1.3.2",
"authors": [
"Michael Kühnel <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/micromata/bootstrap-kickstart",
"repository": {
"type": "git",
"url": "[email protected]:micromata/bootstrap-kickstart.git"
},
"keywords": [
"bootstrap",
"boilerplate",
"skeleton",
"scaffolding",
"scaffold",
"theme",
"themes",
"kickstart",
"kickstarter",
"micromata",
"workflow"
],
"dependencies": {
"bootstrap": "~3.3.2",
"jquery": "^1.11.2",
"html5shiv": "^3.7.2",
"respondJs": "~1.4.2",
"jquery-placeholder": "~2.1.0"
},
"resolutions": {
"jquery": "1.11.2"
}
}