-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.1 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
46
47
48
49
50
{
"bin": {
"randomizer": "jdeploy-bundle/jdeploy.js"
},
"author": "Benjamin Sommerfeld",
"description": "A Randomizer to have more fun in CS2.",
"main": "index.js",
"preferGlobal": true,
"repository": "",
"version": "1.3.0",
"jdeploy": {
"jdk": false,
"publishTargets": [
{
"name": "npm: randomizer-cs2",
"type": "NPM",
"url": ""
},
{
"name": "npm: randomizer-cs2",
"type": "NPM",
"url": ""
},
{
"name": "github: randomizer-cs2",
"type": "GITHUB",
"url": "https://github.com/bsommerfeld/randomizer-cs2/releases"
}
],
"javaVersion": "24",
"jar": "randomizer-desktop/randomizer/target/randomizer.jar",
"javafx": true,
"title": "Randomizer-CS2"
},
"dependencies": {
"command-exists-promise": "^2.0.2",
"node-fetch": "2.6.7",
"tar": "^4.4.8",
"yauzl": "^2.10.0",
"shelljs": "^0.8.4"
},
"license": "ISC",
"name": "randomizer-cs2",
"files": [
"jdeploy-bundle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}