summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-12-24 17:03:28 -0500
committerThomas Park <thomas@thomaspark.me>2013-12-24 17:03:28 -0500
commit9bf0a9d13e1d0938e47847db0487f0f0fce0d8b3 (patch)
tree6fdb29e14a983125ba18652546068a087244510f /bower.json
parent046a20a5adabc15b6f910c2f3f66bb48a83067b7 (diff)
fixes #185, installs html5shiv/respond and downgrades jquery for ie8
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json42
1 files changed, 23 insertions, 19 deletions
diff --git a/bower.json b/bower.json
index fe00576c..e8099f9e 100644
--- a/bower.json
+++ b/bower.json
@@ -1,21 +1,25 @@
{
- "name": "bootswatch",
- "description": "Bootswatch is a collection of themes for Bootstrap.",
- "version": "3.0.3+1",
- "author": "Thomas Park",
- "homepage": "http://bootswatch.com",
- "repository": {
- "type": "git",
- "url": "git://github.com/thomaspark/bootswatch.git"
- },
- "dependencies": {
- "bootstrap": "~3.0.3",
- "font-awesome": "~4.0.0"
- },
- "licenses": [
- {
- "type": "Apache-2.0",
- "url": "http://www.apache.org/licenses/LICENSE-2.0"
- }
- ]
+ "name": "bootswatch",
+ "description": "Bootswatch is a collection of themes for Bootstrap.",
+ "version": "3.0.3+1",
+ "author": "Thomas Park",
+ "homepage": "http://bootswatch.com",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/thomaspark/bootswatch.git"
+ },
+ "dependencies": {
+ "bootstrap": "~3.0.3",
+ "font-awesome": "~4.0.0"
+ },
+ "licenses": [
+ {
+ "type": "Apache-2.0",
+ "url": "http://www.apache.org/licenses/LICENSE-2.0"
+ }
+ ],
+ "devDependencies": {
+ "html5shiv": "~3.7.0",
+ "respond": "~1.4.2"
+ }
}