bootstrap-sass/bower.json

37 строки
740 B
JSON
Исходник Обычный вид История

2013-12-20 20:09:36 +04:00
{
"name": "bootstrap-sass",
"homepage": "https://github.com/twbs/bootstrap-sass",
"authors": [
"Thomas McDonald",
"Tristan Harward",
"Peter Gumeson",
"Gleb Mazovetskiy"
],
2015-09-27 16:28:00 +03:00
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"moduleType": "globals",
"main": [
2014-09-03 01:48:44 +04:00
"assets/stylesheets/_bootstrap.scss",
"assets/javascripts/bootstrap.js"
],
2013-12-20 20:09:36 +04:00
"keywords": [
"twbs",
"bootstrap",
"sass"
],
"license": "MIT",
"ignore": [
"**/.*",
"lib",
"tasks",
"templates",
"test",
"*.gemspec",
"Rakefile",
"Gemfile"
],
"dependencies": {
"jquery": ">= 1.9.0"
2015-11-25 02:06:35 +03:00
},
"version": "3.3.6"
2013-12-20 20:09:36 +04:00
}