forked from mar10/jquery-ui-contextmenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 859 Bytes
/
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
{
"name": "ui-contextmenu",
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
"version": "1.7.1-0",
"main": [
"jquery.ui-contextmenu.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"/bin",
"/demo",
"/lib",
"/test",
"bower.json",
"ui-contextmenu.jquery.json",
"Gruntfile.coffee"
],
"keywords": [
"context-menu",
"contextmenu",
"delegate",
"jquery-ui-menu",
"menu",
"navigation",
"popup",
"right-click",
"right-click-menu"
],
"authors": [
{
"name": "Martin Wendt",
"homepage": "http://careers.stackoverflow.com/martin-wendt"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mar10/jquery-ui-contextmenu"
},
"dependencies": {
"jquery": ">=1.7",
"jquery-ui": ">=1.9"
},
"devDependencies": {}
}