forked from understrap/understrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 881 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": "understrap",
"version": "0.4.3",
"homepage": "http://understrap.com",
"authors": [
"Holger Koenemann <[email protected]>"
],
"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",
"tether": "~1.3.1"
},
"_source": "https://github.com/holger1411/understrap.git",
"_target": "~0.4.3",
"_originalSource": "understrap"
}