generated from foumart/JS.13kGames
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.49 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
53
54
55
{
"name": "js13k_2023_tmp",
"version": "0.0.1",
"description": "s13k_2023_tmp description",
"keywords": [
"js13kgames",
"js13k",
"pwa"
],
"main": "src/scripts/app.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build": "npx del-cli public --force && gulp --dir public --mobile",
"debug": "npx del-cli public --force && gulp --dir public --pwa --mobile --debug",
"start": "npx del-cli public/index.html gulp sync --dir public --pwa --mobile",
"pack": "npx del-cli public --force && gulp pack --dir public --pwa --mobile",
"test": "gulp zip --dir public --pwa --mobile --test"
},
"resolutions": {
"minimist": "^1.2.6",
"mkdir": "^0.5.3",
"semver-regex": "^3.1.3"
},
"devDependencies": {
"browser-sync": "^2.27.9",
"del-cli": "^4.0.1",
"google-closure-compiler": "^20200719.0.0",
"gulp": "^4.0.2",
"gulp-advzip": "^1.3.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-minify": "^3.1.0",
"gulp-string-replace": "^1.1.2",
"gulp-zip": "^5.0.2",
"yargs": "^17.4.0",
"isarray": "^2.0.5"
},
"dependencies": {
"npm": "^8.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foumart/JS.13kGames.2023.git"
},
"author": {
"name": "Noncho Savov",
"email": "[email protected]",
"url": "https://www.foumartgames.com/"
},
"license": "MIT"
}