-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"dependencies": {
"async": "^3.2.3",
"glob-parent": "^6.0.2",
"glob-watcher": "^5.0.5",
"is-glob": "^4.0.3",
"lodash": "^4.17.21",
"minimatch": "^5.1.0",
"minimist": "^1.2.6",
"set-value": "^4.1.0",
"yargs": "^17.3.1"
},
"name": "hugo-blog",
"description": "Dawner",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1",
"build": "git config --global core.quotePath false && hugo --gc --minify --cleanDestinationDir && ./node_modules/gulp/bin/gulp.js build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dawnow/blog.git"
},
"keywords": [
"blog",
"hugo",
"hugo-theme-meme"
],
"author": "Dawn",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/dawnow/blog/issues"
},
"homepage": "https://github.com/dawnow/blog#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"readable-stream": "^3.6.0",
"uglify-es": "^3.3.9",
"workbox-build": "^6.5.3"
}
}