1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/bower.json
Gleb Mazovetskiy 2741a634e8 Tasks to update rubygem and bower versions
Unfortunately, rubygems uses a format different from bower for semver
patchlevel (3.0.3.1 vs 3.0.3-1)
2013-12-24 16:03:41 +01:00

22 lines
636 B
JSON

{
"name": "bootstrap-sass",
"version": "3.0.3-0",
"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"
]
}