ffffng/app/bower_components/bootstrap-sass-official/.bower.json

45 lines
1,017 B
JSON
Raw Normal View History

2014-05-12 20:08:19 +02:00
{
"name": "bootstrap-sass",
"homepage": "https://github.com/twbs/bootstrap-sass",
"authors": [
"Thomas McDonald",
"Tristan Harward",
"Peter Gumeson",
"Gleb Mazovetskiy"
],
2016-05-16 13:33:49 +02:00
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"moduleType": "globals",
2014-05-12 20:08:19 +02:00
"main": [
2016-05-16 13:33:49 +02:00
"assets/stylesheets/_bootstrap.scss",
"assets/javascripts/bootstrap.js"
2014-05-12 20:08:19 +02:00
],
"keywords": [
"twbs",
"bootstrap",
"sass"
],
"license": "MIT",
"ignore": [
"**/.*",
"lib",
"tasks",
"templates",
"test",
"*.gemspec",
"Rakefile",
"Gemfile"
],
2014-08-10 12:02:48 +02:00
"dependencies": {
2017-05-13 13:25:33 +02:00
"jquery": "1.9.1 - 3"
2014-08-10 12:02:48 +02:00
},
2022-08-02 15:24:19 +02:00
"version": "3.4.3",
"_release": "3.4.3",
2014-05-12 20:08:19 +02:00
"_resolution": {
"type": "version",
2022-08-02 15:24:19 +02:00
"tag": "v3.4.3",
"commit": "ccc01a34b1789a903d34cfe190a561bda746a984"
2014-05-12 20:08:19 +02:00
},
2016-05-16 13:33:49 +02:00
"_source": "https://github.com/twbs/bootstrap-sass.git",
2022-08-02 15:24:19 +02:00
"_target": "3.4.3",
2014-05-12 20:08:19 +02:00
"_originalSource": "bootstrap-sass-official"
}