-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 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": "RCPI-Server",
"version": "0.1.0",
"description": "Remote Sys",
"repository": "https://github.com/hacketo/RCPI-Server",
"main": "src/server.js",
"scripts": {
"test": "mocha",
"start": "node src/server.js"
},
"devDependencies": {
"ansi-color": "latest",
"chai": "^4.1.2",
"chai-spies": "^1.0.0",
"daemon": "^1.1.0",
"mocha": "^5.2.0",
"ws": "git://github.com/hacketo/ws.git#ba3c1267e6cddf1a580e7b42bc1643da6f5c418a"
},
"author": {
"name": "Hacketo",
"email": "hacketo@d3vx.fr",
"url": "http://d3vx.fr/"
},
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"forever-monitor": "^1.7.1",
"get-video-duration": "^0.3.0",
"msgpack": "^1.0.2",
"node-omxplayer": "^0.6.1",
"youtube-dl": "^1.12.2"
}
}