-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
36 lines (36 loc) · 1017 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
35
36
{
"name": "jcarouselSwipe",
"version": "0.3.7",
"description": "Adds comfortable swipe gestures to jcarousel",
"author": "Evgeniy Pelmenev <[email protected]>",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.2.3",
"codeceptjs": "*",
"gulp": "*",
"gulp-exec": "^2.1.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "*",
"gulp-run": "^1.6.12",
"gulp-uglify": "*",
"gulp-watch": "^4.1.1",
"rimraf": "^2.3.1",
"run-sequence": "^1.1.5",
"selenium-standalone": "^5.1.0",
"webdriverio": "^4.0.5"
},
"main": "dist/jquery.jcarousel-swipe.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snake-345/jcarouselSwipe.git"
},
"bugs": {
"url": "https://github.com/snake-345/jcarouselSwipe/issues"
},
"homepage": "https://github.com/snake-345/jcarouselSwipe#readme"
}