forked from commadelimited/jquery.swipeButton.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 932 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
{
"name": "jquery.swipeButton",
"title": "jquery.swipeButton.js",
"description": "SwipeButton allows jQuery Mobile developers to add swipe button functionality to list items in their applications",
"version": "1.2.0",
"homepage": "http://andymatthews.net/code/swipebutton/",
"author": {
"name": "andy matthews",
"email": "[email protected]",
"url": "http://andymatthews.net/"
},
"repository": {
"type": "git",
"url": "git://github.com/commadelimited/jquery.swipeButton.js.git"
},
"bugs": {
"url": "https://github.com/commadelimited/jquery.swipeButton.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://andymatthews.net/code/swipebutton//blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "http://andymatthews.net/code/swipebutton//blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": "1.7.2"
},
"keywords": []
}