summaryrefslogtreecommitdiff
path: root/component.json
blob: cf50b43b844173cf34f2c1a5e029c9e1ed630684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"name": "bootswatch",
	"description": "Themes for Bootstrap",
	"homepage": "http://bootswatch.com",
	"author": "Thomas Park",
	"version": "v2.3.0+1",
	"dependencies": {
		"jquery": "~1.9.0"
	},
	"licenses": [
		{
			"type": "Apache-2.0",
			"url": "http://www.apache.org/licenses/LICENSE-2.0"
		}
	]
}