-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 994 Bytes
/
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
{
"name": "TheSuby",
"version": "0.1.0",
"description": "A music player for subsonic",
"main": "main.js",
"scripts": {
"start": "node-sass -w css/player.scss dist/css/styles.css > /dev/null | electron .",
"build": "node-sass --output-style=compressed css/player.scss dist/css/styles.css && electron .",
"dist-mac": "electron-packager . --overwrite --icon=assets/icons/Suby.icns"
},
"repository": "https://github.com/fbentele/suby",
"keywords": [
"Electron",
"suby",
"subsonic"
],
"author": "fbentele",
"license": "MIT",
"devDependencies": {
"electron": "^7.1.1",
"electron-packager": "^14.1.1",
"fs": "0.0.1-security",
"jquery": "^3.4.1",
"jsmediatags": "^3.9.3",
"musicmetadata": "^2.0.5",
"node-sass": "^4.13.0",
"photonkit": "^0.1.2",
"q": "^1.5.1"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"jquery": "^3.4.1",
"jsmediatags": "^3.9.3",
"photonkit": "^0.1.2",
"q": "^1.5.1"
}
}