-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"dependencies": {
"acousticbrainz": "^0.0.3",
"async": "^3.2.0",
"bytenode": "^1.3.4",
"decode-entities": "^1.0.7",
"env-paths": "^2.2.1",
"jquery": "^3.6.0",
"langs": "^2.0.0",
"moment": "^2.29.1",
"music-metadata": "^7.11.4",
"node-cleanup": "^2.1.2",
"node-id3": "^0.2.3",
"nodebrainz": "^2.1.1",
"nouislider": "^15.6.0",
"open": "^8.4.0",
"range-parser": "^1.2.1",
"rimraf": "^3.0.2",
"safe-json-stringify": "^1.2.0",
"select2": "^4.1.0-rc.0",
"socket.io-client": "^4.4.0",
"spotify-web-api-node": "^5.0.2",
"string_decoder": "^1.3.0",
"tough-cookie": "^4.0.0",
"windows-1252": "^3.0.2",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.4"
},
"description": "Create related playlists from your music files.",
"name": "songtrip",
"icon": "./default_icon.png",
"version": "1.0.9",
"permission": [
"<all_urls>",
"alwaysOnTopWindows",
"http://*/",
"https://*/"
],
"main": "app.html",
"js-flags": "--max_old_space_size=2048",
"webkit": {
"page-cache": true
},
"window": {
"icon": "default_icon.png",
"position": "center",
"title": "Songtrip",
"frame": true,
"height": 562,
"width": 1000,
"show": false
},
"build": {
"nwVersion": "0.37.4"
},
"scripts": {
"dist": "build --tasks win-x86,win-x64,linux-x86,linux-x64,mac-x64 --mirror https://dl.nwjs.io/ .",
"start": "run --x86 --mirror https://dl.nwjs.io/ ."
}
}