forked from nolimits4web/swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "swiper",
"version": "3.2.7",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"main": "dist/js/swiper.js",
"files": ["dist", "src", "*.json", "*.js"],
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Swiper.git"
},
"keywords": ["swiper", "swipe", "slider", "touch", "ios", "mobile", "cordova", "phonegap", "app", "framework", "carousel", "gallery"],
"author": "Vladimir Kharlampidi",
"license": [
"MIT"
],
"bugs": {
"url": "https://github.com/nolimits4web/Swiper/issues"
},
"homepage": "http://www.idangero.us/swiper/",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"jshint": "~2.8.0",
"gulp": "~3.9.0",
"gulp-less": "~3.0.5",
"gulp-connect": "~2.2.0",
"gulp-open": "~1.0.0",
"gulp-uglify": "~1.5.1",
"gulp-sourcemaps": "~1.6.0",
"gulp-minify-css": "1.2.1",
"gulp-jshint": "~2.0.0",
"gulp-concat": "~2.6.0",
"gulp-rename": "~1.2.2",
"gulp-header": "~1.7.1",
"gulp-tap": "~0.1.3",
"jshint-stylish": "~2.1.0"
},
"scripts": {
"test": "gulp build"
},
"style": "dist/css/swiper.css"
}