forked from fyockm/bootstrap-css-only
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 762 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 762 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
{
"name": "bootstrap-css-only",
"description": "[Bootstrap](http://getbootstrap.com/) CSS and font libraries only. No javascript, and more importantly NO bower depenedency on jQuery.",
"keywords": [
"twitter",
"bootstrap",
"twitter-bootstrap",
"css"
],
"main": [
"css/bootstrap.css",
"fonts/glyphicons-halflings-regular.eot",
"fonts/glyphicons-halflings-regular.svg",
"fonts/glyphicons-halflings-regular.ttf",
"fonts/glyphicons-halflings-regular.woff",
"fonts/glyphicons-halflings-regular.woff2"
],
"homepage": "http://getbootstrap.com/",
"license": "MIT",
"author": {
"name": "Twitter Inc."
},
"repository": {
"type": "git",
"url": "git://github.com/fyockm/bootstrap-css-only.git"
}
}