2012-10-30 00:27:34 -04:00
|
|
|
{
|
|
|
|
"name": "bootstrap",
|
2014-03-14 05:55:04 -04:00
|
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
2014-11-12 12:03:16 -05:00
|
|
|
"version": "3.3.1",
|
2014-03-01 15:42:31 -05:00
|
|
|
"keywords": [
|
2014-03-03 17:20:07 -05:00
|
|
|
"css",
|
|
|
|
"js",
|
|
|
|
"less",
|
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2014-03-01 15:42:31 -05:00
|
|
|
],
|
2014-03-24 16:57:46 -04:00
|
|
|
"homepage": "http://getbootstrap.com",
|
2013-11-23 14:23:18 -05:00
|
|
|
"main": [
|
2014-04-11 17:49:52 -04:00
|
|
|
"less/bootstrap.less",
|
2014-03-01 16:07:33 -05: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 14:23:18 -05:00
|
|
|
],
|
2013-07-19 14:23:17 -04:00
|
|
|
"ignore": [
|
2014-07-06 00:20:09 -04:00
|
|
|
"/.*",
|
2014-01-09 05:20:23 -05:00
|
|
|
"_config.yml",
|
2013-09-01 15:24:42 -04:00
|
|
|
"CNAME",
|
|
|
|
"composer.json",
|
2013-12-17 07:41:15 -05:00
|
|
|
"CONTRIBUTING.md",
|
2014-01-09 05:20:23 -05:00
|
|
|
"docs",
|
2014-03-16 23:30:04 -04:00
|
|
|
"js/tests",
|
|
|
|
"test-infra"
|
2013-07-19 14:23:17 -04:00
|
|
|
],
|
2012-10-30 00:27:34 -04:00
|
|
|
"dependencies": {
|
2014-10-22 14:52:15 -04:00
|
|
|
"jquery": ">= 1.9.1"
|
2012-10-30 00:27:34 -04:00
|
|
|
}
|
2013-04-22 03:19:56 -04:00
|
|
|
}
|