-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathradmenu.jquery.json
33 lines (33 loc) · 909 Bytes
/
radmenu.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
{
"name": "radmenu",
"title": "jQuery Radmenu",
"description": "Simplifies construction and manipulation of items in a radial menu.",
"keywords": [
"radial",
"circular",
"interface"
],
"version": "1.0.1",
"author": {
"name": "Nirvana Tikku",
"email": "[email protected]",
"url": "http://tikku.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nirvanatikku/jQuery-Radmenu-Plugin.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/nirvanatikku/jQuery-Radmenu-Plugin/issues",
"homepage": "http://tikku.com/jquery-radmenu-plugin",
"docs": "http://tikku.com/jquery-radmenu-plugin#radmenu_tutorial_3",
"download": "https://github.com/nirvanatikku/jQuery-Radmenu-Plugin/blob/master/jQuery.radmenu.js",
"dependencies": {
"jquery": ">=1.4.2"
}
}