-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 861 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
{
"name": "jquery-mobileswipe",
"title": "Mobile Swipe",
"description": "A jquery plugin to be used on touch devices such as iPad, iPhone, Android etc, to react to swipe gestures.",
"keywords": [
"touchSwipe",
"touch",
"swipe",
"gestures",
"tocuhevent",
"jquery"
],
"main": "./dist/jquery.mobileSwipe.min.js",
"author": {
"name": "Stephan Fischer"
},
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/stephan-fischer/jQuery-MobileSwipe.git"
},
"bugs": {
"url": "https://github.com/stephan-fischer/jQuery-MobileSwipe/issuess"
},
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"babel": "^6.5.2",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2"
}
}