1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| {
| "name": "components-jqueryui",
| "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
| "version": "1.12.1",
| "homepage": "http://jqueryui.com",
| "author": {
| "name": "jQuery Foundation and other contributors",
| "url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/components/jqueryui.git"
| },
| "main": "jquery-ui.js",
| "license": "MIT"
| }
|
|