2012-10-30 05:27:34 +01:00
|
|
|
{
|
|
|
|
"name": "bootstrap",
|
2012-12-01 07:30:50 +01:00
|
|
|
"version": "3.0.0",
|
2013-08-21 02:32:39 +02:00
|
|
|
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
|
2013-07-19 20:23:17 +02:00
|
|
|
"ignore": [
|
2013-09-01 21:24:42 +02:00
|
|
|
"**/.*",
|
|
|
|
"_*",
|
|
|
|
"assets",
|
|
|
|
"examples",
|
|
|
|
"/fonts",
|
|
|
|
"js/tests",
|
|
|
|
"CNAME",
|
|
|
|
"CONTRIBUTING.md",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"browserstack.json",
|
|
|
|
"composer.json",
|
|
|
|
"package.json",
|
|
|
|
"*.html"
|
2013-07-19 20:23:17 +02:00
|
|
|
],
|
2012-10-30 05:27:34 +01:00
|
|
|
"dependencies": {
|
2013-07-18 06:38:52 +02:00
|
|
|
"jquery": ">= 1.9.0"
|
2012-10-30 05:27:34 +01:00
|
|
|
}
|
2013-04-22 09:19:56 +02:00
|
|
|
}
|