41 строка
1.0 KiB
JSON
41 строка
1.0 KiB
JSON
{
|
|
"name": "bootstrap-sass",
|
|
"version": "3.3.3",
|
|
"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": [
|
|
"assets/stylesheets/_bootstrap.scss",
|
|
"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",
|
|
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2",
|
|
"assets/javascripts/bootstrap.js"
|
|
],
|
|
"keywords": [
|
|
"twbs",
|
|
"bootstrap",
|
|
"sass"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"lib",
|
|
"tasks",
|
|
"templates",
|
|
"test",
|
|
"*.gemspec",
|
|
"Rakefile",
|
|
"Gemfile"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0"
|
|
}
|
|
}
|