summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap-sass-official/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap-sass-official/package.json')
-rw-r--r--bower_components/bootstrap-sass-official/package.json24
1 files changed, 19 insertions, 5 deletions
diff --git a/bower_components/bootstrap-sass-official/package.json b/bower_components/bootstrap-sass-official/package.json
index 21c9c0ec..cdefbeee 100644
--- a/bower_components/bootstrap-sass-official/package.json
+++ b/bower_components/bootstrap-sass-official/package.json
@@ -1,8 +1,17 @@
{
"name": "bootstrap-sass",
- "version": "3.3.6",
+ "version": "3.3.7",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
+ "style": "assets/stylesheets/_bootstrap.scss",
+ "sass": "assets/stylesheets/_bootstrap.scss",
+ "files": [
+ "assets",
+ "eyeglass-exports.js",
+ "CHANGELOG.md",
+ "LICENSE",
+ "README.md"
+ ],
"repository": {
"type": "git",
"url": "git://github.com/twbs/bootstrap-sass"
@@ -10,7 +19,8 @@
"keywords": [
"bootstrap",
"sass",
- "css"
+ "css",
+ "eyeglass-module"
],
"contributors": [
"Thomas McDonald",
@@ -23,8 +33,12 @@
"url": "https://github.com/twbs/bootstrap-sass/issues"
},
"devDependencies": {
- "node-sass": "~3.4.2",
- "mincer": "~1.3",
- "ejs": "~2.3"
+ "node-sass": "^3.8.0",
+ "mincer": "~1.4.0",
+ "ejs": "~2.4.2"
+ },
+ "eyeglass": {
+ "exports": "eyeglass-exports.js",
+ "needs": "^0.7.1"
}
}