2012-10-30 12:27:34 +08:00
|
|
|
{
|
|
|
|
|
"name": "bootstrap",
|
2013-12-25 04:16:17 +08:00
|
|
|
"version": "3.0.3",
|
2013-11-24 03:23:18 +08:00
|
|
|
"main": [
|
2013-12-06 17:32:10 +08:00
|
|
|
"./dist/css/bootstrap.css",
|
2013-12-17 20:41:15 +08:00
|
|
|
"./dist/js/bootstrap.js",
|
2013-11-24 03:23:18 +08: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-20 02:23:17 +08:00
|
|
|
"ignore": [
|
2013-09-02 03:24:42 +08:00
|
|
|
"**/.*",
|
2014-01-09 18:20:23 +08:00
|
|
|
"_config.yml",
|
2013-09-02 03:24:42 +08:00
|
|
|
"CNAME",
|
|
|
|
|
"composer.json",
|
2013-12-17 20:41:15 +08:00
|
|
|
"CONTRIBUTING.md",
|
2014-01-09 18:20:23 +08:00
|
|
|
"docs",
|
2013-12-17 20:41:15 +08:00
|
|
|
"js/tests"
|
2013-07-20 02:23:17 +08:00
|
|
|
],
|
2012-10-30 12:27:34 +08:00
|
|
|
"dependencies": {
|
2013-07-18 12:38:52 +08:00
|
|
|
"jquery": ">= 1.9.0"
|
2012-10-30 12:27:34 +08:00
|
|
|
}
|
2013-04-22 15:19:56 +08:00
|
|
|
}
|