suyu-website/package.json

32 lines
700 B
JSON
Raw Normal View History

{
"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",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"hugo-bin": "0.102.0",
"minimist": "^1.2.8"
},
"devDependencies": {},
"hugo-bin": {
"buildTags": "extended"
}
}