-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
56 lines (56 loc) · 1.46 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
56
{
"name": "armor-alley",
"version": "2.0.1",
"description": "A browser-based interpretation of the Macintosh + MS-DOS releases of Armor Alley.",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified - sorry. :D\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scottschiller/ArmorAlley.git"
},
"keywords": [
"dhtml",
"css3",
"html5",
"javascript",
"js"
],
"author": "Scott Schiller",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/scottschiller/ArmorAlley/issues"
},
"homepage": "https://github.com/scottschiller/ArmorAlley#readme",
"devDependencies": {
"clean-css": "^5.3.3",
"eslint": "^8.57.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.1.0",
"postcss-image-inliner": "^7.0.1",
"prettier": "3.2.5",
"rollup": "^4.13.0"
},
"dependencies": {
"gulp-audiosprite": "^1.1.0",
"gulp-clean": "^0.4.0",
"gulp-fluent-ffmpeg": "^2.0.0",
"gulp-gzip": "^1.4.2",
"gulp-image-resize": "^0.13.1",
"gulp-imagemin": "^9.0.0",
"gulp-replace": "^1.1.4",
"gulp.spritesmith": "^6.13.0",
"http-server": "^14.1.1",
"imagemin-webp": "^8.0.0",
"map-stream": "^0.0.7",
"merge-stream": "^2.0.0",
"vinyl-buffer": "^1.0.1"
}
}