UNPKG

jzz

Version:

MIDI library for Node.js and web-browsers

44 lines (43 loc) 1.28 kB
{ "name": "jzz", "version": "1.9.3", "description": "MIDI library for Node.js and web-browsers", "main": "javascript/JZZ.js", "scripts": { "test": "nyc mocha test/common.js && nyc --no-clean mocha test/engine1.js && nyc --no-clean mocha test/engine2.js && nyc --no-clean mocha test/engine3.js && nyc --no-clean mocha test/async.js && mocha test/minified.js", "lint": "eslint javascript test", "coverage": "nyc report --reporter=lcov" }, "keywords": [ "midi", "midi2", "webmidi", "webmidiapi", "web-midi", "web-midi-api" ], "author": "jazz-soft (https://jazz-soft.net/)", "dependencies": { "@types/webmidi": "^2.1.0", "jazz-midi": "^1.7.9" }, "devDependencies": { "eslint": "^9.24.0", "grunt": "^1.6.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.2", "midi-test": "^1.3.1", "mocha": "^11.1.0", "nyc": "^17.1.0", "web-audio-test": "^0.0.8", "web-midi-test": "^1.2.9" }, "runkitExampleFilename": "runkit.js", "repository": { "type": "git", "url": "https://github.com/jazz-soft/JZZ.git" }, "homepage": "https://jazz-soft.net", "bugs": "https://github.com/jazz-soft/JZZ/issues", "license": "MIT" }