-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"name": "dank-nukem-420-blaze-it",
"version": "0.0.1",
"private": true,
"description": "A collection of scripts for building and deploying 'Dank Nukem 420: Blaze It!' Total Conversion for Duke Nukem 3D Atomic Edition.",
"main": "Scripts/build.js",
"scripts": {
"editart": "node Scripts/editart.js",
"mapster": "node Scripts/mapster.js",
"build": "node Scripts/build.js",
"launch": "node Scripts/launch.js",
"deploy": "npm run build && npm run launch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nitro404/Dank_Nukem_420.git"
},
"keywords": [
"dank",
"duke3d",
"duke",
"nukem",
"420",
"atomic",
"edition",
"plutonium",
"pak",
"total",
"conversion",
"modification"
],
"author": "Kevin Scroggins",
"license": "MIT",
"bugs": {
"url": "https://github.com/nitro404/Dank_Nukem_420/issues"
},
"homepage": "https://github.com/nitro404/Dank_Nukem_420#readme",
"dependencies": {
"duke3d-group": "^1.0.2",
"extra-utilities": "^1.3.6",
"fs-extra": "^9.0.1",
"path-extra": "^4.3.0"
}
}