forked from jaywcjlove/FED
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
44
45
46
47
{
"name": "wilon.github.io",
"version": "1.1.0",
"description": "My note",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp",
"gulp-concat": "^2.6.0",
"gulp-concat-blogdata": "git://github.com/wilon/gulp-concat-blogdata.git",
"gulp-csso": "^2.0.0",
"gulp-image-resize": "^0.13.0",
"gulp-imagemin": "^7.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-obfuscate": "^0.2.9",
"gulp-rev": "^7.1.2",
"gulp-rev-collector": "^1.1.1",
"gulp-uglify": "^2.0.0",
"gulp.spritesmith": "^6.3.0",
"imagemin-pngquant": "^7.0.0",
"merge-stream": "^1.0.0",
"sitemap": "^1.12.0",
"vinyl-buffer": "^1.0.0"
},
"devDependencies": {
"gulp-cli": "^2.2.0",
"gulp-htmlmin": "^3.0.0"
},
"scripts": {
"start": "gulp default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilon/wilon.github.io.git"
},
"keywords": [
"php",
"js"
],
"author": "wilon <github.com/wilon>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wilon/wilon.github.io/issues"
},
"homepage": "https://github.com/wilon/wilon.github.io#readme"
}