-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 1.3 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"bin": {
"osgifx": "jdeploy-bundle/jdeploy.js"
},
"author": "Amit Kumar Mondal",
"description": "An easy-to-use application to manage OSGi frameworks remotely",
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/amitjoy/osgifx",
"version": "2.4.5",
"jdeploy": {
"jdk": false,
"args": [
"--add-exports javafx.base/com.sun.javafx.event=ALL-UNNAMED",
"--add-exports javafx.base/com.sun.javafx.runtime=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.javafx.application=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED",
"--add-exports javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
"--add-opens javafx.graphics/javafx.scene=ALL-UNNAMED",
"--add-opens javafx.controls/javafx.scene.control.skin=ALL-UNNAMED"
],
"javaVersion": "21",
"jar": "com.osgifx.console.dist/uberjar/osgifx.jar",
"javafx": true,
"title": "OSGi.fx"
},
"dependencies": {
"njre": "^0.2.0",
"shelljs": "^0.8.4"
},
"license": "Apache License, Version 2.0",
"name": "osgifx",
"files": [
"jdeploy-bundle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "http://osgifx.com"
}