-
Notifications
You must be signed in to change notification settings - Fork 11
/
simone.jquery.json
51 lines (51 loc) · 1.44 KB
/
simone.jquery.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"title": "Simone",
"name": "simone",
"description": "Simone is a JavaScript window manager consisting of two widgets: taskbar and window, providing a desktop-like experience. It's especially useful for single-page applications. It's built on top of the jQuery and jQuery UI.",
"version": "0.1.9",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cezarykluczynski/simone/blob/master/LICENSE.txt"
}
],
"keywords": [
"taskbar",
"window",
"dialog",
"desktop",
"widget",
"ui"
],
"author": {
"name": "Cezary Kluczyński",
"email": "cezary.kluczynski@gmail.com",
"url": "https://github.com/cezarykluczynski"
},
"maintainers": [
{
"name": "Cezary Kluczyński",
"email": "cezary.kluczynski@gmail.com",
"url": "https://github.com/cezarykluczynski"
}
],
"download": "http://cezarykluczynski.github.io/simone/docs/download.html",
"homepage": "http://cezarykluczynski.github.io/simone/docs/index.html",
"docs": "http://cezarykluczynski.github.io/simone/docs/index.html",
"bugs": "https://github.com/cezarykluczynski/simone/issues",
"dependencies": {
"jquery": ">=1.8.0",
"ui.core": ">=1.10.0",
"ui.widget": ">=1.10.0",
"ui.mouse": ">=1.10.0",
"ui.position": ">=1.10.0",
"ui.draggable": ">=1.10.0",
"ui.droppable": ">=1.10.0",
"ui.resizable": ">=1.10.0",
"ui.sortable": ">=1.10.0",
"ui.button": ">=1.10.0",
"ui.dialog": ">=1.10.0",
"ui.datepicker": ">=1.10.0",
"ui.tooltip": ">=1.10.0"
}
}