aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 1833ab5ab427cbcd909f1fe363f1b212f8b7d6ec (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.0",
		"jshint": "2.4.4",
		"qunit": "1.14.0"
	}
}