yuzu-emu.github.io/package.json
2022-07-05 02:42:09 -06:00

39 lines
887 B
JSON

{
"name": "yuzu-emu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp all --production",
"serve": "gulp all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuzu-emu/yuzu-emu.github.io.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/yuzu-emu/yuzu-emu.github.io/issues"
},
"homepage": "https://github.com/yuzu-emu/yuzu-emu.github.io#readme",
"dependencies": {
"bulma": "0.9.4",
"concurrent-transform": "^1.0.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-image-resize": "^0.13.1",
"hugo-bin": "0.89.0",
"merge-stream": "^2.0.0",
"minimist": "^1.2.6"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"xo": "^0.50.0"
},
"hugo-bin": {
"buildTags": "extended"
}
}