-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 772 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 772 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
26
27
28
29
30
31
{
"bin": {
"disCoverJ": "jdeploy-bundle/jdeploy.js"
},
"author": "Rouven Himmelstein",
"description": " A simple tool that allows you to automatically embed cover images into your audio files.",
"main": "index.js",
"preferGlobal": false,
"repository": "https://github.com/RouHim/disCoverJ",
"version": "0.0.0",
"jdeploy": {
"jdk": false,
"javaVersion": "25",
"jar": "target/disCoverJ.jar",
"javafx": true,
"title": "disCoverJ"
},
"dependencies": {
"njre": "^1.0.0",
"shelljs": "^0.10.0"
},
"license": "GPL-2.0 License",
"name": "discoverj",
"files": [
"jdeploy-bundle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/RouHim/disCoverJ"
}