2013-12-20 20:09:36 +04:00
|
|
|
{
|
|
|
|
"name": "bootstrap-sass",
|
2013-12-24 18:08:38 +04:00
|
|
|
"version": "3.0.3-p0",
|
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.",
|
|
|
|
"main": ["vendor/assets/stylesheets/bootstrap.scss", "vendor/assets/javascripts/bootstrap.js"],
|
|
|
|
"keywords": [
|
|
|
|
"twbs",
|
|
|
|
"bootstrap",
|
|
|
|
"sass"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"test",
|
|
|
|
"tasks",
|
|
|
|
"templates"
|
|
|
|
]
|
|
|
|
}
|