2012-10-29 21:27:34 -07:00
|
|
|
{
|
|
|
|
"name": "bootstrap",
|
2014-02-13 01:12:26 -08:00
|
|
|
"version": "3.1.1",
|
2014-03-01 21:42:31 +01:00
|
|
|
"keywords": [
|
2014-03-03 14:20:07 -08:00
|
|
|
"css",
|
|
|
|
"js",
|
|
|
|
"less",
|
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2014-03-01 21:42:31 +01:00
|
|
|
],
|
2013-11-23 12:23:18 -07:00
|
|
|
"main": [
|
2014-03-01 22:07:33 +01:00
|
|
|
"dist/css/bootstrap.css",
|
|
|
|
"dist/js/bootstrap.js",
|
|
|
|
"dist/fonts/glyphicons-halflings-regular.eot",
|
|
|
|
"dist/fonts/glyphicons-halflings-regular.svg",
|
|
|
|
"dist/fonts/glyphicons-halflings-regular.ttf",
|
|
|
|
"dist/fonts/glyphicons-halflings-regular.woff"
|
2013-11-23 12:23:18 -07:00
|
|
|
],
|
2013-07-19 13:23:17 -05:00
|
|
|
"ignore": [
|
2014-03-09 12:31:42 -07:00
|
|
|
".*",
|
2014-01-09 11:20:23 +01:00
|
|
|
"_config.yml",
|
2013-09-01 16:24:42 -03:00
|
|
|
"CNAME",
|
|
|
|
"composer.json",
|
2013-12-17 14:41:15 +02:00
|
|
|
"CONTRIBUTING.md",
|
2014-01-09 11:20:23 +01:00
|
|
|
"docs",
|
2013-12-17 14:41:15 +02:00
|
|
|
"js/tests"
|
2013-07-19 13:23:17 -05:00
|
|
|
],
|
2012-10-29 21:27:34 -07:00
|
|
|
"dependencies": {
|
2013-07-17 21:38:52 -07:00
|
|
|
"jquery": ">= 1.9.0"
|
2012-10-29 21:27:34 -07:00
|
|
|
}
|
2013-04-22 17:19:56 +10:00
|
|
|
}
|