bootswatch
Version:
Bootswatch is a collection of themes for Bootstrap.
49 lines • 1.3 kB
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"
},
"_release": "3.3.3",
"_resolution": {
"type": "version",
"tag": "v3.3.3",
"commit": "ed0a2bfdc9e33c3f350306252ee8da9da47d6107"
},
"_source": "git://github.com/twbs/bootstrap-sass.git",
"_target": "~3.3.2",
"_originalSource": "bootstrap-sass-official"
}