forked from JoanClaret/slide-and-swipe-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 796 Bytes
/
package.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
{
"name": "slide-and-swipe-menu",
"version": "1.2.6",
"description": "A slide and swipe menu that works with touchSwipe library",
"main": "jquery.slideandswipe.min.js",
"repository": {
"type": "git",
"url": "https://github.com/joanclaret/slide-and-swipe-menu.git"
},
"keywords": [
"slide",
"navigation",
"swipe",
"menu",
"css",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "Joan Claret",
"url": "https://github.com/JoanClaret"
},
"licenses": [
{
"type": "MIT"
}
],
"bugs": {
"url": "https://github.com/JoanClaret/slide-and-swipe-menu/issues"
},
"homepage": "http://joanclaret.github.io/slide-and-swipe-menu/",
"dependencies": {
"jquery": "~1",
"jquery-touchswipe": "^1.6.7"
}
}