Version 1
[yaffs-website] / vendor / twbs / bootstrap-sass / bower.json
1 {
2   "name": "bootstrap-sass",
3   "homepage": "https://github.com/twbs/bootstrap-sass",
4   "authors": [
5     "Thomas McDonald",
6     "Tristan Harward",
7     "Peter Gumeson",
8     "Gleb Mazovetskiy"
9   ],
10   "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
11   "moduleType": "globals",
12   "main": [
13     "assets/stylesheets/_bootstrap.scss",
14     "assets/javascripts/bootstrap.js"
15   ],
16   "keywords": [
17     "twbs",
18     "bootstrap",
19     "sass"
20   ],
21   "license": "MIT",
22   "ignore": [
23     "**/.*",
24     "lib",
25     "tasks",
26     "templates",
27     "test",
28     "*.gemspec",
29     "Rakefile",
30     "Gemfile"
31   ],
32   "dependencies": {
33     "jquery": "1.9.1 - 3"
34   },
35   "version": "3.3.7"
36 }