2019-03-19 18:13:15 +08:00
|
|
|
{
|
|
|
|
"name": "ws2mpd",
|
2020-09-21 00:39:42 +08:00
|
|
|
"version": "2.3.0",
|
2019-03-19 18:13:15 +08:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node demo"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"websocket": "^1.0.28"
|
2019-03-20 19:21:46 +08:00
|
|
|
},
|
2019-03-25 15:49:57 +08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ondras/ws2mpd.git"
|
|
|
|
}
|
2019-03-19 18:13:15 +08:00
|
|
|
}
|