twbs--bootstrap/bower.json

37 lines
684 B
JSON
Raw Normal View History

{
"name": "bootstrap",
2014-03-14 09:55:04 +00:00
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2014-03-01 20:42:31 +00:00
"keywords": [
2014-03-03 22:20:07 +00:00
"css",
"js",
"sass",
2014-03-03 22:20:07 +00:00
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
2014-03-01 20:42:31 +00:00
],
"homepage": "https://getbootstrap.com",
"license": "MIT",
"moduleType": "globals",
"main": [
"scss/bootstrap.scss",
2014-07-08 07:33:21 +00:00
"dist/js/bootstrap.js"
],
2013-07-19 18:23:17 +00:00
"ignore": [
2014-07-06 04:20:09 +00:00
"/.*",
"_config.yml",
"CNAME",
"composer.json",
2013-12-17 12:41:15 +00:00
"CONTRIBUTING.md",
"docs",
"Gruntfile.js",
"js/tests",
"test-infra"
2013-07-19 18:23:17 +00:00
],
"dependencies": {
2017-01-05 03:19:27 +00:00
"jquery": ">=1.9.1",
"tether": "^1.4.0"
}
}