-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
34 lines (34 loc) · 1007 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
{
"name": "io-oi.me",
"version": "1.0.0",
"description": "Blog of Mine",
"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",
"ipfs-deploy": "./node_modules/ipfs-deploy/bin/ipfs-deploy.js -p infura public -p pinata public -u pinata -d cloudflare -C -O"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reuixiy/io-oi.me.git"
},
"keywords": [
"blog",
"hugo",
"hugo-theme-meme"
],
"author": "reuixiy",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/reuixiy/io-oi.me/issues"
},
"homepage": "https://github.com/reuixiy/io-oi.me#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"ipfs-deploy": "^7.10.5",
"readable-stream": "^3.4.0",
"uglify-es": "^3.3.9",
"workbox-build": "^4.3.1"
}
}