"name": "bootstrap",
"version": "3.1.0",
"main": [
- "./dist/js/bootstrap.js",
"./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",
],
"ignore": [
"**/.*",
+ "*.html",
"_*",
- "docs-assets",
- "examples",
- "js/tests",
"CNAME",
- "CONTRIBUTING.md",
"composer.json",
- "*.html"
+ "CONTRIBUTING.md",
+ "docs-assets",
+ "examples",
+ "js/tests"
],
"dependencies": {
"jquery": ">= 1.9.0"