working-mpd-client
Version:
27 lines (26 loc) • 612 B
JSON
{
"name": "working-mpd-client",
"author": "nskazki@gmail.com",
"license": "MIT",
"version": "1.0.2",
"description": "An MPD client",
"homepage": "https://github.com/nskazki/working-mpd-client",
"keywords": [
"MPD"
],
"repository": {
"type": "git",
"url": "https://github.com/nskazki/working-mpd-client.git"
},
"bugs": {
"url": "https://github.com/nskazki/working-mpd-client/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint ."
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1"
}
}