forked from liamyam/jQuery.TosRUs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 842 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
{
"name": "jquery.TosRUs",
"version": "2.5.0",
"main": "dist/js/jquery.tosrus.all.min.umd.js",
"author": "Fred Heusschen <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/FrDH/jQuery.tosrus.git"
},
"description": "The one-stop-shop jQuery plugin for scrolling/swiping through all different kinds of content. On a desktop, tablet or smartphone, inside a HTML element or as a lightbox popup.",
"keywords": [
"slider",
"lightbox",
"popup",
"gallery",
"touch",
"drag",
"swipe"
],
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.6",
"gulp-uglify": "^1.5.1",
"gulp-umd": "^0.2.0"
}
}