UNPKG

jzz-midi-gm

Version:

General MIDI / GM2 / GS / XG instrument names

42 lines (41 loc) 998 B
{ "name": "jzz-midi-gm", "version": "1.4.1", "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.9.6" }, "devDependencies": { "eslint": "^9.36.0", "grunt": "^1.6.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.2", "jzz-gui-select": "^1.1.7", "jzz-input-kbd": "^1.3.4", "jzz-synth-tiny": "^1.4.3", "mocha": "^11.7.2", "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" }