-
Notifications
You must be signed in to change notification settings - Fork 619
/
package.json
36 lines (36 loc) · 954 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": "wechat-h5-boilerplate",
"version": "0.3.6",
"description": "A fullpage scrolling website boilerplate for mobile devices.",
"repository": {
"type": "git",
"url": "git+https://github.com/panteng/wechat-h5-boilerplate.git"
},
"author": "Chris Pan",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.10.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.2.0",
"gulp-minify-css": "^1.2.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"partialify": "^3.1.5",
"run-sequence": "^1.1.5",
"stream-series": "^0.1.1"
},
"dependencies": {
"animate.css": "^3.4.0",
"jquery": "^3.1.1",
"normalize.css": "^5.0.0",
"swiper": "^3.2.7"
}
}