{
  "name": "jzz-input-uke",
  "version": "0.1.6",
  "description": "SVG MIDI Ukulele",
  "main": "javascript/JZZ.input.Uke.js",
  "scripts": {
    "test": "nyc instrument ./javascript ./test/.instrumented && nyc mocha test/mocha.js",
    "lint": "eslint javascript",
    "coverage": "nyc report --reporter=lcov"
  },
  "keywords": [
    "midi",
    "svg",
    "ukulele"
  ],
  "author": "jazz-soft (https://jazz-soft.net/)",
  "dependencies": {
    "jzz": "^1.6.1"
  },
  "devDependencies": {
    "eslint": "^8.38.0",
    "grunt": "^1.6.1",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^5.2.2",
    "jsdom": "^21.1.1",
    "jzz-gui-player": "^1.6.3",
    "jzz-midi-smf": "^1.7.3",
    "jzz-synth-tiny": "^1.3.5",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "web-midi-test": "^1.2.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jazz-soft/JZZ-input-Uke.git"
  },
  "homepage": "https://github.com/jazz-soft/JZZ-input-Uke#readme",
  "bugs": "https://github.com/jazz-soft/JZZ-input-Uke/issues",
  "license": "MIT"
}
