2012-10-30 00:27:34 -04:00
|
|
|
{
|
|
|
|
"name": "bootstrap",
|
2013-12-01 22:31:52 -05:00
|
|
|
"version": "3.0.3",
|
2013-11-23 14:23:18 -05:00
|
|
|
"main": [
|
2013-12-06 04:32:10 -05:00
|
|
|
"./dist/js/bootstrap.js",
|
|
|
|
"./dist/css/bootstrap.css",
|
2013-11-23 14:23:18 -05: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"
|
|
|
|
],
|
2013-07-19 14:23:17 -04:00
|
|
|
"ignore": [
|
2013-09-01 15:24:42 -04:00
|
|
|
"**/.*",
|
|
|
|
"_*",
|
2013-09-27 08:04:33 -04:00
|
|
|
"docs-assets",
|
2013-09-01 15:24:42 -04:00
|
|
|
"examples",
|
|
|
|
"/fonts",
|
|
|
|
"js/tests",
|
|
|
|
"CNAME",
|
|
|
|
"CONTRIBUTING.md",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"composer.json",
|
|
|
|
"package.json",
|
|
|
|
"*.html"
|
2013-07-19 14:23:17 -04:00
|
|
|
],
|
2012-10-30 00:27:34 -04:00
|
|
|
"dependencies": {
|
2013-07-18 00:38:52 -04:00
|
|
|
"jquery": ">= 1.9.0"
|
2012-10-30 00:27:34 -04:00
|
|
|
}
|
2013-04-22 03:19:56 -04:00
|
|
|
}
|