ffffng/app/bower_components/bootstrap-sass-official/bower.json

37 lines
740 B
JSON
Raw Normal View History

2014-05-12 20:08:19 +02:00
{
"name": "bootstrap-sass",
"homepage": "https://github.com/twbs/bootstrap-sass",
"authors": [
"Thomas McDonald",
"Tristan Harward",
"Peter Gumeson",
"Gleb Mazovetskiy"
],
2016-05-16 13:33:49 +02:00
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"moduleType": "globals",
2014-05-12 20:08:19 +02:00
"main": [
2016-05-16 13:33:49 +02:00
"assets/stylesheets/_bootstrap.scss",
"assets/javascripts/bootstrap.js"
2014-05-12 20:08:19 +02:00
],
"keywords": [
"twbs",
"bootstrap",
"sass"
],
"license": "MIT",
"ignore": [
"**/.*",
"lib",
"tasks",
"templates",
"test",
"*.gemspec",
"Rakefile",
"Gemfile"
2014-08-10 12:02:48 +02:00
],
"dependencies": {
"jquery": ">= 1.9.0"
2016-05-16 13:33:49 +02:00
},
"version": "3.3.6"
2014-05-12 20:08:19 +02:00
}