You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
684 B
JSON

{
"name": "midisrv",
"version": "0.4.0",
"description": "client & server to exchange midi messages via websockets",
"main": "midisrv.js",
"bin": "./midisrv.js",
"scripts": {
"start": "node midisrv.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noerw/node-midisrv.git"
},
"keywords": [
"midi",
"websocket",
"web",
"cli",
"server"
],
"author": "noerw",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/noerw/node-midisrv/issues"
},
"homepage": "https://github.com/noerw/node-midisrv#readme",
"dependencies": {
"commander": "^2.9.0",
"midi": "^0.9.4",
"ws": "^1.1.0"
}
}