mpd2
Version:
Music Player Daemon client
33 lines (32 loc) • 621 B
JSON
{
"name": "mpd2",
"version": "1.0.7",
"description": "Music Player Daemon client",
"main": "./lib/index.js",
"author": "Cotko <cotkocot@gmail.com>",
"license": "UNLICENSE",
"scripts": {
"lint": "standard ./lib/**/*.js",
"lintfix": "standard ./lib/**/*.js --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/cotko/mpd.js"
},
"keywords": [
"mpd",
"mpd2",
"music",
"player",
"daemon",
"client",
"protocol"
],
"dependencies": {
"debug": "^4.1.1"
},
"devDependencies": {
"standard": "^12.0.1"
},
"types": "lib/index.d.ts"
}