cdefbeee480d73c318ff9dbe82bc5b3d46520ed0
[yaffs-website] / vendor / twbs / bootstrap-sass / package.json
1 {
2   "name": "bootstrap-sass",
3   "version": "3.3.7",
4   "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
5   "main": "assets/javascripts/bootstrap.js",
6   "style": "assets/stylesheets/_bootstrap.scss",
7   "sass": "assets/stylesheets/_bootstrap.scss",
8   "files": [
9     "assets",
10     "eyeglass-exports.js",
11     "CHANGELOG.md",
12     "LICENSE",
13     "README.md"
14   ],
15   "repository": {
16     "type": "git",
17     "url": "git://github.com/twbs/bootstrap-sass"
18   },
19   "keywords": [
20     "bootstrap",
21     "sass",
22     "css",
23     "eyeglass-module"
24   ],
25   "contributors": [
26     "Thomas McDonald",
27     "Tristan Harward",
28     "Peter Gumeson",
29     "Gleb Mazovetskiy"
30   ],
31   "license": "MIT",
32   "bugs": {
33     "url": "https://github.com/twbs/bootstrap-sass/issues"
34   },
35   "devDependencies": {
36     "node-sass": "^3.8.0",
37     "mincer": "~1.4.0",
38     "ejs": "~2.4.2"
39   },
40   "eyeglass": {
41     "exports": "eyeglass-exports.js",
42     "needs": "^0.7.1"
43   }
44 }