-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "MPCParty",
"version": "1.2.0",
"description": "Another MPD web client meant for multi-user usage.",
"main": "server.js",
"author": "Jeremy Plsek",
"license": "LGPL-3.0",
"scripts": {
"start": "node server.js",
"lint": "eslint src/* server.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"bootstrap": "^4.5.0",
"browserify-middleware": "^8.1.1",
"dragula": "^3.7.2",
"expand-tilde": "^2.0.2",
"express": "^4.16.3",
"express-minify": "^1.0.0",
"floatthead": "^2.1.2",
"fs": "0.0.2",
"glob": "^7.1.1",
"http": "0.0.1-security",
"jquery": "3.5.1",
"jquery-contextmenu": "^2.7.0",
"komponist": "~0.1.0",
"node-sass-middleware": "^0.11.0",
"pug": "^3.0.1",
"toastr": "2.1.4",
"toml": "^3.0.0",
"ws": "^7.4.6",
"youtube-dl": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/jplsek/MPCParty.git"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
}
}