mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
45 lines
1,018 B
JSON
45 lines
1,018 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.1 - 3"
|
|
},
|
|
"version": "3.3.7",
|
|
"_release": "3.3.7",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v3.3.7",
|
|
"commit": "6620202b137a877dc614dd87bf7f81f895af8024"
|
|
},
|
|
"_source": "https://github.com/twbs/bootstrap-sass.git",
|
|
"_target": "^3.3.7",
|
|
"_originalSource": "bootstrap-sass-official"
|
|
} |