forked from yuzu-emu/yuzu-emu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 887 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
35
36
37
38
{
"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.97.0",
"merge-stream": "^2.0.0",
"minimist": "^1.2.7"
},
"devDependencies": {
"browser-sync": "^2.27.11",
"xo": "^0.53.1"
},
"hugo-bin": {
"buildTags": "extended"
}
}