mpc-control
Version:
An interactive shell controller for MPC
35 lines (34 loc) • 843 B
JSON
{
"name": "mpc-control",
"version": "1.2.9",
"description": "An interactive shell controller for MPC",
"bin": {
"mpc-control": "dist/index.js"
},
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "tsc && git add --all && git commit -m 'update' && npm version patch && npm publish && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bersling/mpc-control.git"
},
"keywords": [
"MPC",
"Interactive",
"Volume",
"Controller",
"Typescript",
"NodeJS"
],
"author": "bersling@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bersling/mpc-control/issues"
},
"homepage": "https://github.com/bersling/mpc-control#readme",
"devDependencies": {
"@types/node": "^8.0.6"
}
}