-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 930 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 930 Bytes
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
39
40
41
42
43
44
45
46
{
"name": "snap-touch",
"description": "A touch enabled slider for horizontal navigation",
"version": "1.0.6",
"author": {
"name": "Justin Bull",
"email": "bull.justin@gmail.com",
"url": "http://jbull.ca/"
},
"license": "MIT",
"main": "snap-touch.js",
"homepage": "https://jabes.github.io/snap-touch/",
"repository": {
"type": "git",
"url": "https://github.com/jabes/snap-touch"
},
"keywords": [
"slider",
"gallery",
"menu",
"navigation",
"snap",
"flick",
"swipe",
"swipeable",
"gestures",
"velocity",
"momentum",
"accelerated",
"transitions",
"responsive",
"drag",
"draggable",
"touch",
"mouse",
"javascript"
],
"devDependencies": {
"babel-preset-es2015": "6.24.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-eslint": "3.0.1",
"gulp-rename": "1.2.2",
"gulp-uglify": "2.1.2"
}
}