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.",
|
2015-03-11 13:03:14 +00:00
|
|
|
"version": "1.11.5-pre",
|
2012-07-19 21:18:03 +00:00
|
|
|
"homepage": "http://jqueryui.com",
|
|
|
|
"author": {
|
|
|
|
"name": "jQuery Foundation and other contributors",
|
2014-11-03 22:59:56 +00:00
|
|
|
"url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/AUTHORS.txt"
|
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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Kris Borchers",
|
|
|
|
"email": "kris.borchers@gmail.com",
|
|
|
|
"url": "http://krisborchers.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Corey Frang",
|
|
|
|
"email": "gnarf37@gmail.com",
|
|
|
|
"url": "http://gnarf.net"
|
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"
|
2012-07-19 21:18:03 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/jquery/jquery-ui.git"
|
|
|
|
},
|
|
|
|
"bugs": "http://bugs.jqueryui.com/",
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
2014-11-03 22:59:56 +00:00
|
|
|
"url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
|
2012-07-19 21:18:03 +00:00
|
|
|
}
|
|
|
|
],
|
2013-06-12 19:52:14 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt"
|
|
|
|
},
|
2012-07-19 21:18:03 +00:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2014-01-20 17:22:15 +00:00
|
|
|
"commitplease": "1.6.0",
|
2014-01-10 15:06:55 +00:00
|
|
|
"grunt": "0.4.2",
|
2014-06-24 12:44:33 +00:00
|
|
|
"grunt-bowercopy": "1.1.0",
|
2014-02-11 18:06:17 +00:00
|
|
|
"grunt-compare-size": "0.4.0",
|
2012-12-21 17:26:56 +00:00
|
|
|
"grunt-contrib-concat": "0.1.3",
|
2014-01-16 17:24:20 +00:00
|
|
|
"grunt-contrib-csslint": "0.2.0",
|
2014-02-05 18:43:08 +00:00
|
|
|
"grunt-contrib-jshint": "0.7.1",
|
|
|
|
"grunt-contrib-qunit": "0.4.0",
|
|
|
|
"grunt-contrib-uglify": "0.1.1",
|
2013-11-15 12:38:38 +00:00
|
|
|
"grunt-esformatter": "0.2.0",
|
2014-02-05 18:43:08 +00:00
|
|
|
"grunt-git-authors": "1.2.0",
|
2014-02-21 18:48:47 +00:00
|
|
|
"grunt-html": "1.0.0",
|
2014-08-13 16:29:28 +00:00
|
|
|
"grunt-jscs": "0.6.2",
|
2014-02-05 18:43:08 +00:00
|
|
|
"load-grunt-tasks": "0.3.0",
|
2012-12-21 17:26:56 +00:00
|
|
|
"rimraf": "2.1.4",
|
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
|
|
|
}
|