{
  "name": "jzz-gui-select",
  "version": "1.1.8",
  "description": "Select MIDI port",
  "main": "javascript/JZZ.gui.Select.js",
  "scripts": {
    "test": "nyc instrument ./javascript ./test/.instrumented && nyc mocha",
    "lint": "eslint javascript",
    "coverage": "nyc report --reporter=lcov"
  },
  "keywords": [
    "midi"
  ],
  "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",
    "jsdom": "^27.0.0",
    "jzz-gui-player": "^1.7.9",
    "jzz-input-kbd": "^1.3.4",
    "jzz-synth-tiny": "^1.4.4",
    "mocha": "^11.7.2",
    "nyc": "^17.1.0",
    "web-midi-test": "^1.2.9"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jazz-soft/JZZ-gui-Select.git"
  },
  "homepage": "https://jazz-soft.net",
  "bugs": "https://jazz-soft.org",
  "license": "MIT"
}
