forked from imsky/jquery-ui-bundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 888 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "jquery-ui-bundle",
"version": "1.12.1",
"homepage": "http://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",
"scripts": {},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/imsky/jquery-ui-bundle.git"
},
"keywords": [
"jquery",
"jquery",
"ui"
],
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-ui/blob/1.12.1/AUTHORS.txt"
},
"maintainers": [
{
"name": "Ivan Malopinsky",
"email": "[email protected]",
"url": "http://imsky.co"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/imsky/jquery-ui-bundle/issues"
},
"homepage": "https://github.com/imsky/jquery-ui-bundle#readme"
}