-
Notifications
You must be signed in to change notification settings - Fork 102
/
bower.json
48 lines (48 loc) · 1.36 KB
/
bower.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
{
"name": "contextMenu",
"description": "contextMenu.js is a plugin to create windows like context menu with keyboard interaction, different type of inputs ,trigger events and much more.",
"main": "contextMenu.js",
"author": {
"name": "Sudhanshu Yadav",
"email": "[email protected]"
},
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/s-yadav/contextMenu.js"
},
"ignore": [
"contextMenu.js.jquery.json"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/s-yadav/contextMenu.js/blob/master/MIT-LICENSE.txt"
},
{
"type": "GPLv2 or Later",
"url": "http://opensource.org/licenses/GPL-2.0"
}
],
"bugs": {
"url": "https://github.com/s-yadav/contextMenu.js/issues"
},
"dependencies": {
"jquery": ">=1.6"
},
"keywords": [
"context-menu",
"contextmenu",
"right-click-menu",
"context",
"submenu",
"jquery",
"popup",
"menu",
"tooltip"
],
"readmeFilename": "README.md",
"homepage": "http://ignitersworld.com/lab/contextMenu.html",
"demo": "http://ignitersworld.com/lab/contextMenu.html#demo",
"docs": "http://ignitersworld.com/lab/contextMenu.html#documentation"
}