-
Notifications
You must be signed in to change notification settings - Fork 16
/
SlideDrawer.jquery.json
38 lines (38 loc) · 1.07 KB
/
SlideDrawer.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": "SlideDrawer",
"title": "jQuery Slide Drawer",
"description": "jQuery plugin for a slide drawer at the bottom of your page.",
"keywords": [
"toggle",
"animation",
"drawer",
"jquery",
"slide",
"timeOut"
],
"version": "0.1.2",
"author": {
"name": "Isaac Castillo",
"url": "http://www.icastwork.com"
},
"maintainers": [
{
"name": "Isaac Castillo",
"email": "[email protected]",
"url": "http://www.icastwork.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/icemancast/jquery-slide-drawer#license"
}
],
"bugs": "https://github.com/icemancast/jquery-slide-drawer/issues",
"homepage": "http://www.icastwork.com/jquery-slide-drawer-plugin/",
"docs": "https://github.com/icemancast/jquery-slide-drawer#jquery-slide-drawer-readme",
"download": "https://github.com/icemancast/jquery-slide-drawer",
"dependencies": {
"jquery": ">=1.7.1"
}
}