.bower.json
1.03 KB
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
{
"name": "jQuery-contextMenu",
"version": "1.6.6",
"main": [
"src/jquery.contextMenu.js",
"src/jquery.ui.position.js",
"src/jquery.contextMenu.css",
"src/images/*.png"
],
"homepage": "http://medialize.github.com/jQuery-contextMenu/",
"authors": [
"Rodney Rehm <rodney.rehm@medialize.de> (http://rodneyrehm.de/en)"
],
"description": "Full featured context menu handler capable of handling thousands of elements",
"keywords": [
"contextmenu",
"context-menu",
"right-click-menu",
"right-click",
"navigation",
"menu"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
},
"ignore": [
"demo/",
"prettify/",
"screenshots/",
"**/.*",
"*.md",
"*.html",
"*.css",
"*.js"
],
"_release": "1.6.6",
"_resolution": {
"type": "version",
"tag": "v1.6.6",
"commit": "44db0f670c7ded4275672cba2d05e7979fa48aaa"
},
"_source": "https://github.com/swisnl/jQuery-contextMenu.git",
"_target": "1.6.6",
"_originalSource": "jQuery-contextMenu"
}