aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 34210341a5e3787d4afc7a7ad40f469a9f0037ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"name": "jquery-ui",
	"ignore": [
		"**/.*",
		"build",
		"demos",
		"external",
		"tests"
	],
	"dependencies": {
		"jquery": ">=1.6"
	}
}