-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 936 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
{
"name": "ladderjs",
"version": "0.4.0",
"description": "The 1982 CP/M game Ladder, rewritten in JavaScript.",
"main": "index.js",
"scripts": {
"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",
"rollup": "^2.26.4",
"@rollup/plugin-json": "^4.1.0",
"glob": "^7.1.6",
"sprintf-js": "^1.1.2"
},
"dependencies": {}
}