-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 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
34
{
"name": "rio-server",
"display_name": "rio Server",
"version": "1.0.0",
"description": "Converts data into suitable format for LED walls (or any other output)",
"main": "./index.js",
"engines": {
"node": "6.x",
"npm": "3.10.x"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon --exec npm run start"
},
"dependencies": {
"@slack/client": "^4.8.0",
"ansi-256-colors": "^1.1.0",
"body-parser": "^1.18.3",
"canvas": "1.6.3",
"cors": "^2.7.1",
"express": "^4.16.4",
"fluent-ffmpeg": "^2.1.0",
"lodash": "^4.17.11",
"node-fetch": "^1.6.3",
"node-ipc": "^8.10.2",
"python-shell": "^0.4.0",
"request": "^2.88.0",
"threads": "^0.7.2",
"twit": "^2.2.11",
"uuid": "^3.1.0",
"ws": "^6.1.2",
"youtube-dl": "1.11.0"
}
}