forked from swisnl/jQuery-contextMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 699 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 699 Bytes
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
{
"name": "contextMenu",
"version": "1.6.6",
"main": ["src/jquery.contextMenu.css", "src/jquery.contextMenu.js", "src/jquery.ui.position.js", "src/images/*.png"],
"homepage": "http://medialize.github.com/jQuery-contextMenu/",
"authors": [
"Rodney Rehm <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"
]
}