jzz-input-kbd
Version:
Virtual piano controls for your MIDI projects
43 lines (42 loc) • 1.11 kB
JSON
{
"name": "jzz-input-kbd",
"version": "1.3.4",
"description": "Virtual piano controls for your MIDI projects",
"main": "javascript/JZZ.input.Kbd.js",
"scripts": {
"test": "nyc instrument ./javascript ./test/.instrumented && nyc mocha",
"lint": "eslint javascript test",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"midi",
"webmidi",
"webmidiapi",
"web-midi",
"web-midi-api",
"piano",
"keyboard"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.9.1"
},
"devDependencies": {
"eslint": "^9.22.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"jsdom": "^26.0.0",
"jzz-synth-tiny": "^1.4.2",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"web-midi-test": "^1.2.8"
},
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/JZZ-input-Kbd.git"
},
"homepage": "https://jazz-soft.net",
"bugs": "https://github.com/jazz-soft/JZZ-input-Kbd/issues",
"license": "MIT"
}