-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1005 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 1005 Bytes
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
{
"name": "wasm-doom",
"version": "1.0.0",
"description": "DOOM® is a registered trademark of ZeniMax Media Inc. in the US and/or other countries. Id Software® is a registered trademark of ZeniMax Media Inc. in the US and/or other countries. WebDOOM is in no way affiliated with ZeniMax Media Inc. or id Software LLC and is not approved by ZeniMax Media Inc. or id Software.",
"main": "index.js",
"scripts": {
"start": "echo \"Use:\nemcmake cmake -DCMAKE_BUILD_TYPE=Debug\nemmake make -j12\" && exit 0",
"serve": "serve .",
"build": "emmake make -j12",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lazarv/wasm-doom.git"
},
"keywords": [],
"author": "ROJO2 <hola@rojo2.com>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/lazarv/wasm-doom/issues"
},
"homepage": "https://github.com/lazarv/wasm-doom#readme",
"devDependencies": {
"serve": "^11.1.0"
}
}