mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-24 04:49:07 +00:00
35 lines
825 B
JSON
35 lines
825 B
JSON
{
|
|
"name": "yuzu-emu",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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.7.2",
|
|
"cssnano": "^4.1.7",
|
|
"gulp": "^4.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-image-resize": "^0.13.0",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-util": "^3.0.8",
|
|
"merge-stream": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.23.5",
|
|
"xo": "^0.23.0"
|
|
}
|
|
}
|