-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcontextify.jquery.json
More file actions
30 lines (30 loc) · 726 Bytes
/
contextify.jquery.json
File metadata and controls
30 lines (30 loc) · 726 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
26
27
28
29
30
{
"name": "contextify",
"title": "jQuery Contextify - Lightweight Context Menu",
"description": "A lightweight jQuery plugin for creating Bootstrap powered context menus.",
"version": "1.0.8",
"homepage": "http://contextify.js.org",
"author": {
"name": "ABE Media - Web Design Brighton",
"url": "http://abemedia.co.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/abeMedia/jquery-contextify.git"
},
"bugs": "https://github.com/abeMedia/jquery-contextify/issues",
"licenses": [
{
"type": "GPL-2.0",
"url": "http://abemedia.co.uk/license"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"jquery",
"context",
"menu"
]
}