Files
bootstrap/bower.json
Arnold Daniels 73f80614b6 Fixed customizer. Fixes #233
Bump version to 3.1.3
2014-05-06 04:56:26 +02:00

22 lines
358 B
JSON

{
"name": "jasny-bootstrap",
"version": "3.1.3",
"main": [
"./dist/css/jasny-bootstrap.css",
"./dist/js/jasny-bootstrap.js"
],
"ignore": [
"**/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests"
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.1.0"
}
}