-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 850 Bytes
/
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
{
"dependencies": {
"cors": "^2.8.5",
"http": "^0.0.1-security",
"node-mac": "^1.0.1",
"node-windows": "^1.0.0-beta.8",
"ws": "^8.11.0"
},
"name": "now-playing-server",
"version": "1.0.0",
"description": "server to serve json data from WebNowPlaying to be used in HTML Apps",
"main": "nowplaying.js",
"scripts": {
"test": "node nowplaying.js",
"installWindows": "node installWindows.js",
"uninstallWindows": "node uninstWindows.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Astrogamer54/now-playing-server.git"
},
"keywords": [
"WebNowPlaying"
],
"author": "Astrogamer54",
"license": "MIT",
"bugs": {
"url": "https://github.com/Astrogamer54/now-playing-server/issues"
},
"homepage": "https://github.com/Astrogamer54/now-playing-server#readme"
}