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