-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 857 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
{
"name": "understrap",
"version": "0.3.8",
"homepage": "http://understrap.com",
"authors": [
"Holger Koenemann <office@holgerkoenemann.de>"
],
"description": "UnderStrap is a Bootstrap and underscores based WordPress theme framework.",
"moduleType": "globals",
"main": [
"sass/theme.scss"
],
"keywords": [
"bootstrap",
"underscores",
"wordpress",
"_s",
"sass"
],
"license": "GPL-2.0",
"ignore": [
"**/.*",
"test",
"tests"
],
"dependencies": {
"bootstrap-sass": "~3.3.6",
"fontawesome": "~4.5.0",
"_s": "https://github.com/Automattic/_s.git",
"OwlCarousel2": "https://github.com/smashingboxes/OwlCarousel2.git",
"bootstrap": "v4.0.0-alpha.2"
},
"_source": "https://github.com/holger1411/understrap.git",
"_target": "~0.3.8",
"_originalSource": "understrap"
}