{
  "name": "jzz-midi-gear",
  "version": "1.3.8",
  "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.9.6"
  },
  "devDependencies": {
    "eslint": "^9.36.0",
    "grunt": "^1.6.1",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^5.2.2",
    "mocha": "^11.7.2",
    "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"
}
