forked from anthonyscata/SlidePanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slidepanel.jquery.json
38 lines (38 loc) · 1 KB
/
slidepanel.jquery.json
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
{
"name": "slidepanel",
"title": "Slidepanel",
"description": "A quick and easy way to add a contextual ajax sliding panel to your site.",
"keywords": [
"ui",
"ajax",
"panel",
"slide",
"contextual",
"navigation"
],
"version": "2.0.0",
"author": {
"name": "William Golden",
"url": "http://codebomber.com"
},
"maintainers": [
{
"name": "William Golden",
"email": "egdelwonk@gmail.com",
"url": "http://codebomber.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/egdelwonk/slidepanel/issues",
"homepage": "http://codebomber.com/jquery/slidepanel",
"docs": "http://codebomber.com/jquery/slidepanel",
"download": "http://codebomber.com/jquery/slidepanel",
"dependencies": {
"jquery": ">=1.7"
}
}