aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: ef8f5773608606a4f32b8b21a72ed45b86d89ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"name": "jquery-ui",
	"ignore": [
		"**/.*",
		"build",
		"demos",
		"external",
		"tests"
	],
	"dependencies": {
		"jquery": ">=1.6 <1.11"
	},
	"devDependencies": {
		"jquery-mousewheel": "3.1.11",
		"jshint": "2.4.4",
		"qunit": "1.14.0"
	}
}