Created
June 16, 2024 14:31
-
-
Save shannah/ffd6bb9254ea95f1843da3d36ba25549 to your computer and use it in GitHub Desktop.
Sample package.json file for SwingSet2 app
This file contains hidden or 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", | |
"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" : false, | |
"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