-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 931 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
{
"name": "js13k-2020-wizard-with-a-shotgun",
"version": "1.0.0",
"description": "My 2020 entry for the js13kgames compo, 'WIZARD WITH A SHOTGUN'.",
"main": "index.js",
"scripts": {
"format": "prettier --write src/js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Elliot Nelson",
"devDependencies": {
"ase-parser": "0.0.12",
"chalk": "^2.4.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-advzip": "^1.2.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-modify-file": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-template": "^5.0.0",
"gulp-terser": "^1.1.7",
"gulp-zip": "^4.2.0",
"image-to-base64": "^2.1.1",
"imagemin-advpng": "^6.0.0",
"prettier": "^2.1.1",
"rollup": "^2.26.4"
}
}