-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.07 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "touch-slider",
"version": "2.0.2",
"description": "A very simple jQuery slider with callback support",
"main": "dist/assets/js/touch-slider.js",
"author": {
"name": "Colin Rotherham",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/colinrotherham/touch-slider"
},
"keywords": [
"slideshow",
"slider",
"carousel",
"jquery",
"mobile",
"touch",
"swipe",
"transition",
"transform"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "https://github.com/colinrotherham/touch-slider",
"devDependencies": {
"autoprefixer": "^6.3.3",
"browserify": "^13.0.0",
"csswring": "^4.2.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"jquery": "^1.12",
"perfectionist": "^2.1.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}