sync
[bootswatch] / bower.json
index 248c841..e8099f9 100644 (file)
@@ -1,21 +1,25 @@
 {
-       "name": "bootswatch",
-       "description": "Bootswatch is a collection of themes for Bootstrap.",
-       "version": "3.0.3",
-       "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"
+  }
 }