summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/package.json
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-13 15:18:39 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-13 15:18:39 -0500
commita12ab54dac21bdaf0ac3754dec8550fa75cf9f21 (patch)
tree1aee04baf597c7d6d462f6694f3846a6a5572018 /bower_components/bootstrap/package.json
parenta43354fc783adee59aae1b6cfb4dc253837af316 (diff)
update bootstrap to 3.1.0
Diffstat (limited to 'bower_components/bootstrap/package.json')
-rw-r--r--bower_components/bootstrap/package.json17
1 files changed, 8 insertions, 9 deletions
diff --git a/bower_components/bootstrap/package.json b/bower_components/bootstrap/package.json
index 6b38c31a..ed98e90e 100644
--- a/bower_components/bootstrap/package.json
+++ b/bower_components/bootstrap/package.json
@@ -1,7 +1,7 @@
{
"name": "bootstrap",
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
- "version": "3.1.0",
+ "version": "3.1.1",
"keywords": [
"bootstrap",
"css"
@@ -11,6 +11,8 @@
"scripts": {
"test": "grunt test"
},
+ "style": "./dist/css/bootstrap.css",
+ "less": "./less/bootstrap.less",
"repository": {
"type": "git",
"url": "https://github.com/twbs/bootstrap.git"
@@ -18,14 +20,11 @@
"bugs": {
"url": "https://github.com/twbs/bootstrap/issues"
},
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
- }
- ],
+ "license": {
+ "type": "MIT",
+ "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
+ },
"devDependencies": {
- "browserstack-runner": "~0.0.15",
"btoa": "~1.1.1",
"canonical-json": "~0.0.3",
"grunt": "~0.4.2",
@@ -47,7 +46,7 @@
"grunt-html-validation": "~0.1.13",
"grunt-jekyll": "~0.4.1",
"grunt-jscs-checker": "~0.3.0",
- "grunt-saucelabs": "~4.1.2",
+ "grunt-saucelabs": "~5.0.0",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.3.0",
"markdown": "~0.5.0"