summaryrefslogtreecommitdiff
path: root/bower.json
blob: fe64e6b8a7ad63df862d812512088aed73eddf3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "bootswatch",
  "description": "Bootswatch is a collection of themes for Bootstrap.",
  "version": "3.1.0",
  "author": "Thomas Park",
  "homepage": "http://bootswatch.com",
  "repository": {
    "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"
    }
  ],
  "devDependencies": {
    "html5shiv": "~3.7.0",
    "respond": "~1.4.2"
  }
}