jquery-ui-pack
Version:
A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
55 lines • 1.37 kB
JSON
{
"name": "jquery-ui-pack",
"version": "1.14.2",
"homepage": "https://jqueryui.com",
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
"main": "./jquery-ui.js",
"module": "./jquery-ui.mjs",
"exports": {
".": {
"import": "./jquery-ui.mjs",
"require": "./jquery-ui.js"
},
"./jquery-ui.css": "./jquery-ui.css",
"./jquery-ui.structure.css": "./jquery-ui.structure.css",
"./jquery-ui.theme.css": "./jquery-ui.theme.css",
"./style": "./jquery-ui.css",
"./images/*": "./images/*"
},
"files": [
"images",
"AUTHORS.txt",
"index.html",
"jquery-ui.css",
"jquery-ui.structure.css",
"jquery-ui.theme.css",
"jquery-ui.js",
"jquery-ui.min.js",
"jquery-ui.mjs",
"readme.md",
"LICENSE.txt"
],
"peerDependencies": {
"jquery": ">=2.2.4 <5"
},
"keywords": [
"jquery",
"jqueryui",
"commonjs",
"amd",
"esm",
"es6",
"modules"
],
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.14.2/AUTHORS.txt"
},
"maintainers": [
{
"name": "Paramvir Dhindsa",
"url": "https://paramquery.com"
}
],
"license": "MIT"
}