diff options
-rw-r--r-- | bower.json | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,17 +8,17 @@ "type": "git", "url": "git://github.com/thomaspark/bootswatch.git" }, - "dependencies": { - "bootstrap": "~3.1.0", - "font-awesome": "~4.0.0" - }, "licenses": [ { "type": "MIT", "url": "https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE" } ], + "dependencies": { + "bootstrap": "~3.1.0" + }, "devDependencies": { + "font-awesome": "~4.0.0", "html5shiv": "~3.7.0", "respond": "~1.4.2" } |