-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 816 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 816 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
27
28
{
"bin": {"ParticleSimulator": "jdeploy-bundle/jdeploy.js"},
"author": "Daniel Byshkin",
"description": "A 2D simulation that creates artificial cellular life",
"main": "index.js",
"preferGlobal": true,
"repository": "",
"version": "2.0.0",
"jdeploy": {
"jdk": false,
"javaVersion": "21",
"jar": "build/ParticleSimulator.jar",
"javafx": true,
"title": "ParticleSimulator"
},
"dependencies": {
"command-exists-promise": "^2.0.2",
"node-fetch": "2.6.7",
"tar": "^6.2.1",
"yauzl": "^2.10.0",
"shelljs": "^0.8.4"
},
"license": "ISC",
"name": "particlesimulator",
"files": ["jdeploy-bundle"],
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},
"homepage": ""
}