File tree 2 files changed +47
-1
lines changed
2 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 1.4.0 / Unreleased
2
- [ BUGFIX] #58 : 'replaceMenu' in beforeOpen causing select: to lose ui.target
2
+ * [ FEATURE] Support bower.
3
+ * [ BUGFIX] #58 : 'replaceMenu' in beforeOpen causing select: to lose ui.target
3
4
4
5
# 1.3.0 / 2014-03-09
5
6
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " ui-contextmenu" ,
3
+ "description" : " Turn a jQuery UI Menu widget into a contextmenu." ,
4
+ "version" : " 1.4.0-1" ,
5
+ "main" : [
6
+ " jquery.ui-contextmenu.js"
7
+ ],
8
+ "license" : " MIT" ,
9
+ "ignore" : [
10
+ " **/.*" ,
11
+ " /bin" ,
12
+ " /demo" ,
13
+ " /lib" ,
14
+ " /test" ,
15
+ " bower.json" ,
16
+ " ui-contextmenu.jquery.json" ,
17
+ " Gruntfile.coffee"
18
+ ],
19
+ "keywords" : [
20
+ " context-menu" ,
21
+ " contextmenu" ,
22
+ " delegate" ,
23
+ " jquery-ui-menu" ,
24
+ " menu" ,
25
+ " navigation" ,
26
+ " popup" ,
27
+ " right-click" ,
28
+ " right-click-menu"
29
+ ],
30
+ "authors" : [
31
+ {
32
+ "name" : " Martin Wendt" ,
33
+ "homepage" : " http://careers.stackoverflow.com/martin-wendt"
34
+ }
35
+ ],
36
+ "repository" : {
37
+ "type" : " git" ,
38
+ "url" : " https://github.com/mar10/jquery-ui-contextmenu"
39
+ },
40
+ "dependencies" : {
41
+ "jquery" : " >=1.7" ,
42
+ "jquery-ui" : " >=1.9"
43
+ },
44
+ "devDependencies" : {}
45
+ }
You can’t perform that action at this time.
0 commit comments