2012-03-02 15:45:10 +00:00
|
|
|
{
|
2012-07-19 21:18:03 +00:00
|
|
|
"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.",
|
2016-09-14 16:34:40 +00:00
|
|
|
"version": "1.12.2-pre",
|
2012-07-19 21:18:03 +00:00
|
|
|
"homepage": "http://jqueryui.com",
|
|
|
|
"author": {
|
|
|
|
"name": "jQuery Foundation and other contributors",
|
2012-08-09 14:13:24 +00:00
|
|
|
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
|
2012-07-19 21:18:03 +00:00
|
|
|
},
|
2015-09-17 15:23:04 +00:00
|
|
|
"main": "ui/widget.js",
|
2012-07-19 21:18:03 +00:00
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Scott González",
|
|
|
|
"email": "scott.gonzalez@gmail.com",
|
|
|
|
"url": "http://scottgonzalez.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jörn Zaefferer",
|
|
|
|
"email": "joern.zaefferer@gmail.com",
|
|
|
|
"url": "http://bassistance.de"
|
|
|
|
},
|
2013-01-09 01:15:35 +00:00
|
|
|
{
|
|
|
|
"name": "Mike Sherov",
|
|
|
|
"email": "mike.sherov@gmail.com",
|
|
|
|
"url": "http://mike.sherov.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "TJ VanToll",
|
|
|
|
"email": "tj.vantoll@gmail.com",
|
|
|
|
"url": "http://tjvantoll.com"
|
2014-04-24 14:04:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Felix Nagel",
|
|
|
|
"email": "info@felixnagel.com",
|
|
|
|
"url": "http://www.felixnagel.com"
|
2015-01-14 20:36:00 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Alex Schmitz",
|
|
|
|
"email": "arschmitz@gmail.com",
|
|
|
|
"url": "https://github.com/arschmitz"
|
2012-07-19 21:18:03 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/jquery/jquery-ui.git"
|
|
|
|
},
|
2015-12-08 14:33:52 +00:00
|
|
|
"bugs": "https://bugs.jqueryui.com/",
|
2015-07-24 14:16:14 +00:00
|
|
|
"license": "MIT",
|
2013-06-12 19:52:14 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt"
|
|
|
|
},
|
2017-01-25 18:28:37 +00:00
|
|
|
"dependencies": {
|
|
|
|
"jquery": ">=1.7.0 <4.0.0"
|
|
|
|
},
|
2012-07-19 21:18:03 +00:00
|
|
|
"devDependencies": {
|
2016-04-12 21:09:43 +00:00
|
|
|
"cldr-data": "29.0.1",
|
2016-02-09 19:12:30 +00:00
|
|
|
"commitplease": "2.3.0",
|
2016-04-12 21:09:43 +00:00
|
|
|
"globalize-compiler": "0.2.0",
|
2016-02-09 18:52:21 +00:00
|
|
|
"grunt": "0.4.5",
|
2016-02-09 18:53:35 +00:00
|
|
|
"grunt-bowercopy": "1.2.4",
|
2016-05-25 12:59:28 +00:00
|
|
|
"grunt-cli": "0.1.13",
|
2014-02-11 18:06:17 +00:00
|
|
|
"grunt-compare-size": "0.4.0",
|
2015-10-17 19:54:12 +00:00
|
|
|
"grunt-contrib-concat": "0.5.1",
|
2016-02-09 18:54:28 +00:00
|
|
|
"grunt-contrib-csslint": "0.5.0",
|
2016-02-09 18:55:53 +00:00
|
|
|
"grunt-contrib-jshint": "0.12.0",
|
2016-02-09 18:57:41 +00:00
|
|
|
"grunt-contrib-qunit": "1.0.1",
|
2015-07-29 15:34:00 +00:00
|
|
|
"grunt-contrib-requirejs": "0.4.4",
|
2016-02-09 18:59:36 +00:00
|
|
|
"grunt-contrib-uglify": "0.11.1",
|
2016-02-09 19:06:34 +00:00
|
|
|
"grunt-git-authors": "3.1.0",
|
2016-02-17 18:14:31 +00:00
|
|
|
"grunt-html": "6.0.0",
|
2015-08-25 03:56:47 +00:00
|
|
|
"grunt-jscs": "2.1.0",
|
2016-02-09 19:10:59 +00:00
|
|
|
"load-grunt-tasks": "3.4.0",
|
2016-02-09 19:11:53 +00:00
|
|
|
"rimraf": "2.5.1",
|
2013-05-31 09:37:09 +00:00
|
|
|
"testswarm": "1.1.0"
|
2012-07-19 21:18:03 +00:00
|
|
|
},
|
|
|
|
"keywords": []
|
2012-04-12 17:32:11 +00:00
|
|
|
}
|