2012-03-02 15:45:10 +00:00
{
"name" : "jquery-ui" ,
"title" : "jQuery UI" ,
"description" : "Abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications." ,
2012-06-28 13:19:56 +00:00
"version" : "1.9.0pre" ,
2012-07-04 13:28:39 +00:00
"homepage" : "http://jqueryui.com" ,
2012-03-02 15:45:10 +00:00
"author" : {
2012-07-04 13:28:39 +00:00
"name" : "jQuery Foundation and other contributors" ,
"url" : "http://jqueryui.com"
2012-03-02 15:45:10 +00:00
} ,
2012-07-04 13:28:39 +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" : "Richard D. Worth" ,
"email" : "rdworth@gmail.com" ,
"url" : "http://rdworth.org"
} ,
{
"name" : "Kris Borchers" ,
"email" : "kris.borchers@gmail.com" ,
"url" : "http://krisborchers.com"
} ,
{
"name" : "Corey Frang" ,
"email" : "gnarf37@gmail.com" ,
"url" : "http://gnarf.net"
}
] ,
2012-03-02 15:45:10 +00:00
"repository" : {
"type" : "git" ,
"url" : "git://github.com/jquery/jquery-ui.git"
} ,
2012-07-04 13:28:39 +00:00
"bugs" : "http://bugs.jqueryui.com/" ,
2012-03-02 15:45:10 +00:00
"licenses" : [
{
"type" : "MIT" ,
"url" : "http://www.opensource.org/licenses/MIT"
} ,
{
"type" : "GPL" ,
"url" : "http://www.opensource.org/licenses/GPL-2.0"
}
] ,
"dependencies" : { } ,
"devDependencies" : {
2012-07-05 18:34:56 +00:00
"grunt" : "~0.3.9" ,
2012-04-27 12:39:06 +00:00
"grunt-css" : "0.2.0" ,
2012-04-24 16:13:43 +00:00
"grunt-compare-size" : "0.1.4" ,
2012-04-23 16:10:28 +00:00
"grunt-html" : "0.1.1" ,
2012-06-09 15:30:52 +00:00
"grunt-junit" : "0.1.4" ,
2012-07-05 18:34:15 +00:00
"grunt-git-authors" : "1.0.0" ,
2012-04-02 13:59:32 +00:00
"request" : "2.9.153" ,
2012-06-16 12:36:57 +00:00
"rimraf" : "2.0.1" ,
2012-06-16 10:51:15 +00:00
"testswarm" : "0.2.3"
2012-03-02 15:45:10 +00:00
} ,
"keywords" : [ ]
2012-04-12 17:32:11 +00:00
}