node-media-controller
Version:
Sends media player messages such as skip track, play, pause to windows.
22 lines (21 loc) • 529 B
JSON
{
"name": "node-media-controller",
"version": "0.0.6",
"description": "Sends media player messages such as skip track, play, pause to windows.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/anthony-butcher/node-media-controller.git"
},
"keywords": [
"spotify",
"media controller",
"windows"
],
"author": "Anthony Butcher",
"email": "butcherster@gmail.com",
"license": "ISC"
}