ws2mpd/package.json

23 lines
415 B
JSON
Raw Normal View History

2019-03-19 18:13:15 +08:00
{
"name": "ws2mpd",
2019-04-12 19:46:28 +08:00
"version": "1.1.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
}