2013-12-20 20:09:36 +04:00
|
|
|
{
|
|
|
|
"name": "bootstrap-sass",
|
2015-03-16 19:38:32 +03:00
|
|
|
"version": "3.3.4",
|
2013-12-20 20:09:36 +04:00
|
|
|
"homepage": "https://github.com/twbs/bootstrap-sass",
|
|
|
|
"authors": [
|
|
|
|
"Thomas McDonald",
|
|
|
|
"Tristan Harward",
|
|
|
|
"Peter Gumeson",
|
|
|
|
"Gleb Mazovetskiy"
|
|
|
|
],
|
|
|
|
"description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
|
2014-04-14 15:21:21 +04:00
|
|
|
"main": [
|
2014-09-03 01:48:44 +04:00
|
|
|
"assets/stylesheets/_bootstrap.scss",
|
2014-06-24 04:57:06 +04:00
|
|
|
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
|
|
|
|
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
|
|
|
|
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
|
|
|
|
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
|
2015-01-15 00:38:39 +03:00
|
|
|
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2",
|
|
|
|
"assets/javascripts/bootstrap.js"
|
2014-04-14 15:21:21 +04:00
|
|
|
],
|
2013-12-20 20:09:36 +04:00
|
|
|
"keywords": [
|
|
|
|
"twbs",
|
|
|
|
"bootstrap",
|
|
|
|
"sass"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2013-12-24 18:58:28 +04:00
|
|
|
"ignore": [
|
2014-04-14 15:21:21 +04:00
|
|
|
"**/.*",
|
|
|
|
"lib",
|
|
|
|
"tasks",
|
|
|
|
"templates",
|
|
|
|
"test",
|
|
|
|
"*.gemspec",
|
|
|
|
"Rakefile",
|
|
|
|
"Gemfile"
|
2014-05-06 04:15:02 +04:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"jquery": ">= 1.9.0"
|
|
|
|
}
|
2013-12-20 20:09:36 +04:00
|
|
|
}
|