Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
693 steven 1
{
2
	"name": "jquery-ui",
3
	"title": "jQuery UI",
4
	"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
5
	"version": "1.12.1",
6
	"homepage": "http://jqueryui.com",
7
	"author": {
8
		"name": "jQuery Foundation and other contributors",
9
		"url": "https://github.com/jquery/jquery-ui/blob/1.12.1/AUTHORS.txt"
10
	},
11
	"main": "ui/widget.js",
12
	"maintainers": [
13
		{
14
			"name": "Scott González",
15
			"email": "scott.gonzalez@gmail.com",
16
			"url": "http://scottgonzalez.com"
17
		},
18
		{
19
			"name": "Jörn Zaefferer",
20
			"email": "joern.zaefferer@gmail.com",
21
			"url": "http://bassistance.de"
22
		},
23
		{
24
			"name": "Mike Sherov",
25
			"email": "mike.sherov@gmail.com",
26
			"url": "http://mike.sherov.com"
27
		},
28
		{
29
			"name": "TJ VanToll",
30
			"email": "tj.vantoll@gmail.com",
31
			"url": "http://tjvantoll.com"
32
		},
33
		{
34
			"name": "Felix Nagel",
35
			"email": "info@felixnagel.com",
36
			"url": "http://www.felixnagel.com"
37
		},
38
		{
39
			"name": "Alex Schmitz",
40
			"email": "arschmitz@gmail.com",
41
			"url": "https://github.com/arschmitz"
42
		}
43
	],
44
	"repository": {
45
		"type": "git",
46
		"url": "git://github.com/jquery/jquery-ui.git"
47
	},
48
	"bugs": "https://bugs.jqueryui.com/",
49
	"license": "MIT",
50
	"scripts": {
51
		"test": "grunt"
52
	},
53
	"dependencies": {},
54
	"devDependencies": {
55
		"commitplease": "2.3.0",
56
		"grunt": "0.4.5",
57
		"grunt-bowercopy": "1.2.4",
58
		"grunt-cli": "0.1.13",
59
		"grunt-compare-size": "0.4.0",
60
		"grunt-contrib-concat": "0.5.1",
61
		"grunt-contrib-csslint": "0.5.0",
62
		"grunt-contrib-jshint": "0.12.0",
63
		"grunt-contrib-qunit": "1.0.1",
64
		"grunt-contrib-requirejs": "0.4.4",
65
		"grunt-contrib-uglify": "0.11.1",
66
		"grunt-git-authors": "3.1.0",
67
		"grunt-html": "6.0.0",
68
		"grunt-jscs": "2.1.0",
69
		"load-grunt-tasks": "3.4.0",
70
		"rimraf": "2.5.1",
71
		"testswarm": "1.1.0"
72
	},
73
	"keywords": []
74
}