Skip to content

Commit c7a8c9f

Browse files
committed
Merge pull request swisnl#201 from jzelenkov/feature-add-bower-support
adding bower.json
2 parents 835b7ca + a2a21b4 commit c7a8c9f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "contextMenu",
3+
"version": "1.6.6",
4+
"main": ["src/jquery.contextMenu.css", "src/jquery.contextMenu.js", "src/jquery.ui.position.js", "src/images/*.png"],
5+
"homepage": "http://medialize.github.com/jQuery-contextMenu/",
6+
"authors": [
7+
"Rodney Rehm <http://rodneyrehm.de/en>"
8+
],
9+
"description": "Full featured context menu handler capable of handling thousands of elements",
10+
"keywords": ["contextmenu", "context-menu", "right-click-menu", "right-click", "navigation", "menu"],
11+
"license": "MIT",
12+
"dependencies": {
13+
"jquery": ">=1.7"
14+
},
15+
"ignore": [
16+
"demo/",
17+
"prettify/",
18+
"screenshots/",
19+
"**/.*",
20+
"*.md",
21+
"*.html",
22+
"*.css",
23+
"*.js"
24+
]
25+
}

0 commit comments

Comments
 (0)