-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 814 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 814 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
{
"name": "deezloader-rmx",
"productName": "Deezloader Remix",
"version": "4.3.0",
"description": "Download music from Deezer",
"main": "main.js",
"author": "RemixDevs",
"license": "GPL-3.0",
"dependencies": {
"async": "latest",
"cookie-parser": "latest",
"dateformat": "latest",
"deezer-api": "git+https://notabug.org/RemixDevs/deezer-api.git#master",
"ejs": "latest",
"electron-context-menu": "^0.15.0",
"electron-window-state-manager": "latest",
"express": "latest",
"fs-extra": "latest",
"i18n": "latest",
"metaflac-js2": "git+https://github.com/d-fi/metaflac-js2.git",
"queue": "^6.0.1",
"request": "^2.87.0",
"request-promise": "^4.2.4",
"sequential-task-queue": "^1.2.1",
"socket.io": "latest",
"socket.io-client": "latest",
"spotify-web-api-node": "latest"
}
}