UNPKG

jzz-midi-gear

Version:

Retrieve your MIDI device model and manufacturer

39 lines (38 loc) 930 B
{ "name": "jzz-midi-gear", "version": "1.3.7", "description": "Retrieve your MIDI device model and manufacturer", "main": "javascript/JZZ.midi.Gear.js", "scripts": { "test": "nyc mocha", "lint": "eslint javascript test", "coverage": "nyc report --reporter=lcov" }, "keywords": [ "midi", "webmidi", "webmidiapi", "web-midi", "web-midi-api", "sysex" ], "author": "jazz-soft (https://jazz-soft.net/)", "dependencies": { "jzz": "^1.8.8" }, "devDependencies": { "eslint": "^9.20.1", "grunt": "^1.6.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.2", "mocha": "^11.1.0", "nyc": "^17.1.0" }, "repository": { "type": "git", "url": "https://github.com/jazz-soft/JZZ-midi-Gear.git" }, "homepage": "https://jazz-soft.net", "bugs": "https://jazz-soft.org", "license": "MIT" }