blob-opera-midi
Version:
Convert MIDI arrangements to Blob Opera JSON.
31 lines (30 loc) • 664 B
JSON
{
"name": "blob-opera-midi",
"version": "1.0.11",
"description": "Convert MIDI arrangements to Blob Opera JSON.",
"main": "index.js",
"author": "Jeremy Sher <OverlappingElvis@gmail.com>",
"license": "ISC",
"dependencies": {
"alea": "1.0.0",
"blessed": "0.1.81",
"blessed-contrib": "4.8.20",
"commander": "6.2.1",
"lodash": "4.17.20",
"midi-player-js": "2.0.13"
},
"bin": {
"blob-opera-midi": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/OverlappingElvis/blob-opera-midi.git"
},
"preferGlobal": true,
"keywords": [
"midi",
"blob-opera",
"music",
"art"
]
}