-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 961 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
{
"name": "the-13th-door",
"version": "1.0.0",
"description": "",
"main": "Game.js",
"scripts": {
"minify-js": "terser combined.js --config-file terser_config.json -o min.js",
"minify-css": "cleancss -O2 -o min.css Game.css",
"minify-html": "html-minifier-terser --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype -o min.html index_min.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lanceewing/the-13th-door.git"
},
"author": "Lance Ewing",
"bugs": {
"url": "https://github.com/lanceewing/the-13th-door/issues"
},
"homepage": "https://github.com/lanceewing/the-13th-door#readme",
"devDependencies": {
"clean-css": "^5.3.1"
},
"dependencies": {
"ect-bin": "^1.4.1",
"roadroller": "^2.1.0"
}
}