Created
June 16, 2024 15:40
-
-
Save shannah/81f068ff46534d050a4598c2da65b81a to your computer and use it in GitHub Desktop.
Sample package.json for a jDeploy app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bin": {"swingset2": "jdeploy-bundle/jdeploy.js"}, | |
"author": "Oracle", | |
"description": "The Swing Sampler demo, packaged by jDeploy with JavaFX", | |
"main": "index.js", | |
"preferGlobal": true, | |
"repository": "https://github.com/shannah/swingset2", | |
"version": "1.0.5", | |
"jdeploy": { | |
"jar": "target/swingset2-1.0-SNAPSHOT.jar", | |
"javaVersion" : "11", | |
"title" : "SwingSet2", | |
"javafx" : true, | |
"jdk" : false | |
}, | |
"dependencies": {"shelljs": "^0.8.4", "njre": "^0.2.0"}, | |
"license": "GPLv2+Classpath Exception", | |
"name": "jdeploy-demo-swingset2", | |
"files": ["jdeploy-bundle"], | |
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment