1
Fork 0
lorchess.ru/assets/vendor/bootstrap/bower.json

25 lines
524 B
JSON
Raw Normal View History

2014-01-24 13:24:23 +04:00
{
"name": "bootstrap",
2014-04-17 22:36:17 +04:00
"version": "3.1.1",
2014-01-24 13:24:23 +04:00
"main": [
2014-04-17 22:36:17 +04:00
"./dist/css/bootstrap.css",
"./dist/js/bootstrap.js",
2014-01-24 13:24:23 +04:00
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/fonts/glyphicons-halflings-regular.woff"
],
"ignore": [
"**/.*",
2014-04-17 22:36:17 +04:00
"_config.yml",
2014-01-24 13:24:23 +04:00
"CNAME",
"composer.json",
2014-04-17 22:36:17 +04:00
"CONTRIBUTING.md",
"docs",
"js/tests"
2014-01-24 13:24:23 +04:00
],
"dependencies": {
"jquery": ">= 1.9.0"
}
}