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.

34 lines
717 B
JSON

{
"name": "midisrv",
"version": "0.4.1",
"description": "client & server to exchange midi messages via websockets",
"main": "midisrv.js",
"bin": "./midisrv.js",
"scripts": {
"start": "node midisrv.js",
"dump": "node mididump.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.11.0",
"midi": "^0.9.5",
"ws": "^3.1.0"
}
}