Created
June 16, 2024 15:47
-
-
Save shannah/a90aa281ec9cf01b864584ccf7dc5e27 to your computer and use it in GitHub Desktop.
Package.json for 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
{ | |
"name": "SwingSet2", | |
"version": "7.2.0", | |
"description": "This SwingSet2 is an example application for demonstrating the features of Swing.", | |
"main": "SwingSet2-Sample.jar", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/java/SwingSet2" | |
}, | |
"javafx": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment