reservation plugin - unbound request (unclean
[unfold.git] / portal / static / unbound_reservation_static / js / contextmenu / bower.json
1 {
2     "name": "contextMenu",
3     "description": "contextMenu.js is a plugin to create windows like context menu with keyboard interaction, different type of inputs ,trigger events and much more.",
4     "main": "contextMenu.js",
5     "author": {
6         "name": "Sudhanshu Yadav",
7         "email": "sudhanshuyadav2@gmail.com"
8     },
9     "version": "1.3.0",
10     "repository": {
11         "type": "git",
12         "url": "https://github.com/s-yadav/contextMenu.js"
13     },
14     "ignore": [
15         "contextMenu.js.jquery.json"
16     ],
17     "licenses": [
18         {
19             "type": "MIT",
20             "url": "https://github.com/s-yadav/contextMenu.js/blob/master/MIT-LICENSE.txt"
21         },
22         {
23             "type": "GPLv2 or Later",
24             "url": "http://opensource.org/licenses/GPL-2.0"
25         }
26     ],
27     "bugs": {
28         "url": "https://github.com/s-yadav/contextMenu.js/issues"
29     },
30     "dependencies": {
31         "jquery": ">=1.6"
32     },
33     "keywords": [
34         "context-menu",
35         "contextmenu",
36         "right-click-menu",
37         "context",
38         "submenu",
39         "jquery",
40         "popup",
41         "menu",
42         "tooltip"
43     ],
44     "readmeFilename": "README.md",
45     "homepage": "http://ignitersworld.com/lab/contextMenu.html",
46     "demo": "http://ignitersworld.com/lab/contextMenu.html#demo",
47     "docs": "http://ignitersworld.com/lab/contextMenu.html#documentation"
48 }