-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 871 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
{
"name": "webradioplayer",
"version": "0.0.1",
"description": "a small web radio player based on mplayer with web client",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon -i ngFront/ -i radioStreams.json server.js"
},
"author": "Julien Ledun <j.ledun@iosystems.fr>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jledun/webRadioPlayer.git"
},
"bugs": {
"url": "https://github.com/jledun/webRadioPlayer/issues"
},
"homepage": "https://github.com/jledun/webRadioPlayer",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"material-design-icons": "^3.0.1",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2",
"socket.io": "^2.2.0"
}
}