-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "media-manager",
"productName": "Media Manager",
"version": "1.0.1",
"author": "Unicorn808",
"main": "app/main.js",
"description": "Simple yet powerful music library manager",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-forge make"
},
"config": {
"forge": "./forge.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unicorn808/itunes-organizer"
},
"bugs": {
"url": "https://github.com/Unicorn808/itunes-organizer/issues"
},
"homepage": "https://github.com/Unicorn808/itunes-organizer#readme",
"dependencies": {
"jquery": "^3.5.0",
"materialize-css": "^1.0.0",
"music-metadata": "^4.8.2",
"nanobar": "^0.4.2"
},
"devDependencies": {
"@electron-forge/maker-dmg": "^6.0.0-beta.45",
"@electron-forge/maker-squirrel": "^6.0.0-beta.45",
"@electron-forge/maker-zip": "^6.0.0-beta.45",
"electron": "latest",
"electron-forge": "^5.2.4",
"electron-prebuilt-compile": "latest"
}
}