-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathbrowserSwipe.jquery.json
36 lines (36 loc) · 996 Bytes
/
browserSwipe.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
{
"name": "browserSwipe",
"title": "browserSwipe",
"description": "Swipe yo browser witcha trackpad",
"keywords": [
"swipe",
"desktop",
"scroll"
],
"version": "1.0.0",
"author": {
"name": "Ken Wheeler",
"url": "http://kenwheeler.github.io"
},
"maintainers": [
{
"name": "Ken Wheeler",
"email": "ken@outlook.com",
"url": "http://kenwheeler.github.io"
}
],
"licenses": [
{
"type": "GPLv2",
"url": "http://www.example.com/licenses/gpl.html"
}
],
"demo": "http://thekenwheeler.herokuapp.com",
"bugs": "https://github.com/kenwheeler/browserSwipe/issues",
"homepage": "https://github.com/kenwheeler/browserSwipe/",
"docs": "https://github.com/kenwheeler/browserSwipe/",
"download": "https://github.com/kenwheeler/browserSwipe/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}