summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap-sass-official/.bower.json
blob: 4d7726119e11d342b2fce4366b128692564bec6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "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",
  "_release": "3.3.6",
  "_resolution": {
    "type": "version",
    "tag": "v3.3.6",
    "commit": "7d7cc02b968b50ea53b0f2e59906b4b7f3fbcf0e"
  },
  "_source": "git://github.com/twbs/bootstrap-sass.git",
  "_target": "~3.3.6",
  "_originalSource": "bootstrap-sass-official"
}