2012-10-29 21:27:34 -07:00
|
|
|
{
|
|
|
|
"name": "bootstrap",
|
2013-11-06 13:16:40 -08:00
|
|
|
"version": "3.0.2",
|
2013-08-21 01:32:39 +01:00
|
|
|
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
|
2013-07-19 13:23:17 -05:00
|
|
|
"ignore": [
|
2013-09-01 16:24:42 -03:00
|
|
|
"**/.*",
|
|
|
|
"_*",
|
2013-09-27 09:04:33 -03:00
|
|
|
"docs-assets",
|
2013-09-01 16:24:42 -03:00
|
|
|
"examples",
|
|
|
|
"/fonts",
|
|
|
|
"js/tests",
|
|
|
|
"CNAME",
|
|
|
|
"CONTRIBUTING.md",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"browserstack.json",
|
|
|
|
"composer.json",
|
|
|
|
"package.json",
|
|
|
|
"*.html"
|
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
|
|
|
}
|