-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
39 lines (39 loc) · 903 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
37
38
39
{
"name": "skitter-slider",
"version": "5.1.8",
"description": "Slideshow for anytime",
"main": "dist/jquery.skitter.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "gulp dist"
},
"repository": {
"type": "git",
"url": "https://github.com/thiagosf/skitter.git"
},
"keywords": [
"slider",
"slideshow",
"transition",
"animation",
"responsive"
],
"author": "Thiago Silva Ferreira <thiago@thiagosf.net> (http://thiagosf.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thiagosf/skitter/issues"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.12",
"gulp-sass": "~2.3.2",
"gulp-webserver": "~0.9.1"
}
}