mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
22 lines
634 B
JSON
22 lines
634 B
JSON
{
|
|
"name": "bootstrap-sass",
|
|
"version": "3.1.1",
|
|
"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.",
|
|
"main": ["vendor/assets/stylesheets/bootstrap.scss", "vendor/assets/javascripts/bootstrap.js"],
|
|
"keywords": [
|
|
"twbs",
|
|
"bootstrap",
|
|
"sass"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*", "lib", "tasks", "templates", "test", "*.gemspec", "Rakefile", "Gemfile"
|
|
]
|
|
}
|