-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 729 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 729 Bytes
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
{
"name": "wp-basic-bootstrap",
"homepage": "https://github.com/e-picas/wp-basic-bootstrap",
"authors": [
"Pierre Cassat <http://picas.fr>"
],
"description": "WP Basic Bootstrap is a full 101 Wordpress theme built with the Bootstrap framework and the Font Awesome images font",
"main": "",
"keywords": [
"wordpress",
"bootstrap",
"font-awesome",
"template",
"theme"
],
"license": "GPL-3.0+",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"html5shiv": "^3.7.3",
"respond": "^1.4.2",
"ie10-viewport-bug-workaround": "^1.0.3"
}
}