aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: f82758844a46a8cf25717c9996570d8dcb407b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
	"name": "jquery-ui",
	"title": "jQuery UI",
	"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
	"version": "1.14.2-pre",
	"homepage": "https://jqueryui.com",
	"author": {
		"name": "OpenJS Foundation and other contributors",
		"url": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt"
	},
	"main": "ui/widget.js",
	"maintainers": [
		{
			"name": "Jörn Zaefferer",
			"email": "joern.zaefferer@gmail.com",
			"url": "https://bassistance.de"
		},
		{
			"name": "Mike Sherov",
			"email": "mike.sherov@gmail.com",
			"url": "https://mike.sherov.com"
		},
		{
			"name": "TJ VanToll",
			"email": "tj.vantoll@gmail.com",
			"url": "https://www.tjvantoll.com"
		},
		{
			"name": "Felix Nagel",
			"email": "info@felixnagel.com",
			"url": "https://www.felixnagel.com"
		},
		{
			"name": "Alex Schmitz",
			"email": "arschmitz@gmail.com",
			"url": "https://github.com/arschmitz"
		}
	],
	"repository": {
		"type": "git",
		"url": "git://github.com/jquery/jquery-ui.git"
	},
	"bugs": {
		"url": "https://github.com/jquery/jquery-ui/issues"
	},
	"license": "MIT",
	"scripts": {
		"build": "grunt build",
		"lint": "grunt lint",
		"test:server": "node tests/runner/server.js",
		"test:unit": "node tests/runner/command.js",
		"test": "grunt && npm run test:unit -- -h"
	},
	"dependencies": {
		"jquery": ">=1.12.0 <5.0.0"
	},
	"devDependencies": {
		"body-parser": "1.20.3",
		"browserstack-local": "1.5.5",
		"commitplease": "3.2.0",
		"diff": "5.2.0",
		"eslint-config-jquery": "3.0.2",
		"exit-hook": "4.0.0",
		"express": "4.21.1",
		"express-body-parser-error-handler": "1.0.7",
		"grunt": "1.6.1",
		"grunt-bowercopy": "1.2.5",
		"grunt-compare-size": "0.4.2",
		"grunt-contrib-concat": "2.1.0",
		"grunt-contrib-csslint": "2.0.0",
		"grunt-contrib-requirejs": "1.0.0",
		"grunt-contrib-uglify": "5.2.2",
		"grunt-eslint": "24.0.1",
		"grunt-git-authors": "3.2.0",
		"grunt-html": "17.1.0",
		"load-grunt-tasks": "5.1.0",
		"rimraf": "6.0.1",
		"selenium-webdriver": "4.26.0",
		"yargs": "17.7.2"
	},
	"keywords": []
}