-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 905 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
{
"name": "mswiper",
"version": "1.1.2",
"description": "A mini swiper for mobile, no dependent",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/JohnsenZhou/mSwiper.js.git"
},
"keywords": [
"swiper"
],
"author": "Johnsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnsenZhou/mSwiper.js/issues"
},
"homepage": "https://github.com/JohnsenZhou/mSwiper.js#readme",
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.0.0",
"gulp-rev-collector": "^1.2.2",
"gulp-uglify": "^3.0.0"
},
"dependencies": {}
}