jquery-ui-pack
Version:
A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
44 lines (43 loc) • 1 kB
JSON
{
"name": "jquery-ui-pack",
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
"version": "1.13.3",
"homepage": "http://jqueryui.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.13.2/AUTHORS.txt"
},
"main": "index.js",
"files": [
"/images",
"AUTHORS.txt",
"index.html",
"jquery-ui.css",
"jquery-ui.structure.css",
"jquery-ui.theme.css",
"jquery-ui.js",
"readme.txt",
"LICENSE.txt"
],
"keywords": [
"jquery",
"jqueryui",
"commonjs"
],
"maintainers": [{
"name": "Paramvir Dhindsa",
"email": "support@paramquery.com",
"web": "https://paramquery.com"
}],
"repository": {
"type": "git",
"url": "git://github.com/jquery/jquery-ui.git"
},
"bugs": {
"url": "https://github.com/jquery/jquery-ui/issues"
},
"license": "MIT",
"dependencies": {
"jquery": ">=1.8.0 <4.0.0"
}
}