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