v2.3.1 -> v2.3.2
[bootswatch] / component.json
1 {
2         "name": "bootswatch",
3         "description": "Bootswatch is a collection of themes for Bootstrap.",
4         "version": "2.3.2",
5         "author": "Thomas Park",
6         "homepage": "http://bootswatch.com",
7         "repository": {
8                 "type": "git",
9                 "url": "git://github.com/thomaspark/bootswatch.git"
10         },
11         "dependencies": {
12                 "bootstrap": "~2.3.2"
13         },
14         "licenses": [
15                 {
16                         "type": "Apache-2.0",
17                         "url": "http://www.apache.org/licenses/LICENSE-2.0"
18                 }
19         ]
20 }