-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.27 KB
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
44
45
46
47
48
49
{
"name": "regtion",
"version": "1.0.0",
"description": "签到分享页面",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mark",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-htmlmin": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.4.0",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-rev-all": "^0.8.21",
"gulp-rev-append": "^0.1.6",
"gulp-rev-collector": "^1.0.2",
"gulp-ruby-sass": "^2.0.3",
"gulp-sass": "^2.0.4",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.4.1",
"gulp-usemin": "^0.3.14",
"gulp-util": "^3.0.6",
"gulp.spritesmith": "^4.1.1",
"imagemin-pngquant": "^4.2.0",
"layout": "^2.2.0",
"merge-stream": "^1.0.0",
"rev-del": "^1.0.5",
"tiny-lr": "^0.2.0",
"yargs": "^3.27.0"
}
}