forked from foumart/JS.13kGames.2024_Odyssey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (50 loc) · 1.39 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "js13k_odyssey",
"version": "0.1.4",
"title": "Odyssey",
"description": "The Isle-Hop Odyssey: The Cursed Island",
"keywords": ["odyssey", "island", "ship", "rpg", "js13kgames", "js13k", "pwa"],
"link": "https://js13kgames.com/2024/games/odyssey",
"orientation": "any",
"iconExtension": "png",
"iconType": "image/png",
"iconSize": "144",
"main": "src/scripts/app.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build": "gulp --dir public --roadroll",
"prod": "gulp --dir public --pwa --mobile --roadroll",
"debug": "gulp --dir public --pwa --mobile --debug",
"sync": "gulp sync --dir public",
"test": "gulp zip --dir public"
},
"devDependencies": {
"google-closure-compiler": "20240317.0.0",
"browser-sync": "3.0.2",
"del": "7.1.0",
"gulp": "5.0.0",
"gulp-advzip": "1.3.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-htmlmin": "5.0.1",
"gulp-if": "3.0.0",
"gulp-imagemin": "9.1.0",
"gulp-string-replace": "1.1.2",
"gulp-zip": "6.0.0",
"yargs": "17.7.2",
"roadroller": "2.1.0"
},
"dependencies": {
"npm": "^8.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foumart/JS.13kGames.2024_Odyssey.git"
},
"author": {
"name": "Noncho Savov",
"email": "[email protected]",
"url": "https://www.foumartgames.com/"
},
"license": "MIT"
}