-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 826 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 826 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
{
"bin": {"jfx": "jdeploy-bundle/jdeploy.js"},
"author": "Dirk Lemmermann",
"description": "Your one-stop destination for anything JavaFX: people, libraries, real world examples, tools, documentation, videos, books, tutorials, tips and tricks, downloads.",
"main": "index.js",
"preferGlobal": true,
"repository": "",
"version": "1.0.18",
"jdeploy": {
"jdk": false,
"javaVersion": "17",
"jar": "target/client-1.0.jar",
"javafx": true,
"title": "JFXCentral "
},
"dependencies": {
"njre": "^0.2.0",
"shelljs": "^0.8.4"
},
"license": "Apache-2.0",
"name": "jfxcentral",
"files": ["jdeploy-bundle"],
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},
"homepage": "https://www.jfx-central.com"
}