mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-22 09:50:29 +01:00
37 lines
740 B
JSON
37 lines
740 B
JSON
|
{
|
||
|
"name": "bootstrap-sass",
|
||
|
"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 3, ready to drop right into your Sass powered applications.",
|
||
|
"moduleType": "globals",
|
||
|
"main": [
|
||
|
"assets/stylesheets/_bootstrap.scss",
|
||
|
"assets/javascripts/bootstrap.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"twbs",
|
||
|
"bootstrap",
|
||
|
"sass"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"lib",
|
||
|
"tasks",
|
||
|
"templates",
|
||
|
"test",
|
||
|
"*.gemspec",
|
||
|
"Rakefile",
|
||
|
"Gemfile"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">= 1.9.0"
|
||
|
},
|
||
|
"version": "3.3.6"
|
||
|
}
|