forked from pluggemi/roon-web-controller
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1012 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1012 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
30
31
32
33
{
"name": "roon-web-controller",
"version": "1.2.13.2",
"description": "Roon Extension to create a web controller.",
"main": "app.js",
"author": "Mike Plugge (with minor tweaks by Miemo Penttinen on v1.2.13.2)",
"license": "MIT",
"engines": {
"node": ">=6.x"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"config": "^3.3.1",
"express": "4.x",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"node-roon-api": "github:roonlabs/node-roon-api",
"node-roon-api-browse": "github:roonlabs/node-roon-api-browse",
"node-roon-api-image": "github:roonlabs/node-roon-api-image",
"node-roon-api-status": "github:roonlabs/node-roon-api-status",
"node-roon-api-transport": "github:roonlabs/node-roon-api-transport",
"socket.io": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/miemo/roon-web-controller.git"
}
}