Blame view
app/bower_components/bootstrap/.bower.json
940 Bytes
f986e111b
|
1 2 |
{ "name": "bootstrap", |
cf9241048
|
3 |
"version": "3.0.3", |
f986e111b
|
4 |
"main": [ |
cf9241048
|
5 6 7 8 9 10 |
"./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/glyphicons-halflings-regular.eot", "./dist/fonts/glyphicons-halflings-regular.svg", "./dist/fonts/glyphicons-halflings-regular.ttf", "./dist/fonts/glyphicons-halflings-regular.woff" |
f986e111b
|
11 12 |
], "ignore": [ |
cf9241048
|
13 14 15 16 17 18 |
"**/.*", "_*", "docs-assets", "examples", "/fonts", "js/tests", |
f986e111b
|
19 |
"CNAME", |
87c93a029
|
20 |
"CONTRIBUTING.md", |
cf9241048
|
21 22 23 24 25 |
"Gruntfile.js", "browserstack.json", "composer.json", "package.json", "*.html" |
f986e111b
|
26 27 |
], "dependencies": { |
cf9241048
|
28 |
"jquery": ">= 1.9.0" |
f986e111b
|
29 |
}, |
cf9241048
|
30 31 |
"homepage": "https://github.com/twbs/bootstrap", "_release": "3.0.3", |
f986e111b
|
32 33 |
"_resolution": { "type": "version", |
cf9241048
|
34 35 |
"tag": "v3.0.3", "commit": "6d03173a1aad98e75f7d33e65b411c519176c59a" |
f986e111b
|
36 37 |
}, "_source": "https://github.com/twbs/bootstrap.git", |
cf9241048
|
38 39 |
"_target": "~3.0.3", "_originalSource": "bootstrap" |
f986e111b
|
40 |
} |