{
  "name": "jzz-midi-gm",
  "version": "1.4.0",
  "description": "General MIDI / GM2 / GS / XG instrument names",
  "main": "javascript/JZZ.midi.GM.js",
  "scripts": {
    "test": "nyc mocha",
    "lint": "eslint javascript test",
    "coverage": "nyc report --reporter=lcov"
  },
  "keywords": [
    "midi",
    "general-midi",
    "GM",
    "GM2",
    "GS",
    "XG"
  ],
  "author": "jazz-soft (https://jazz-soft.net/)",
  "dependencies": {
    "jzz": "^1.8.8"
  },
  "devDependencies": {
    "eslint": "^9.19.0",
    "grunt": "^1.6.1",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^5.2.2",
    "jzz-gui-select": "^1.1.6",
    "jzz-input-kbd": "^1.3.3",
    "jzz-synth-tiny": "^1.4.2",
    "mocha": "^11.1.0",
    "nyc": "^17.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jazz-soft/JZZ-midi-GM.git"
  },
  "homepage": "https://jazz-soft.net",
  "bugs": "https://jazz-soft.org",
  "license": "MIT"
}
