31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"name": "webmidi",
|
||
|
|
"version": "2.2.0",
|
||
|
|
"description": "WebMidi.js helps you tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).",
|
||
|
|
"author": "Jean-Philippe Côté <jp@cote.cc>",
|
||
|
|
"main": "webmidi.min.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git://github.com/djipco/webmidi.git"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/djipco/webmidi",
|
||
|
|
"license": "MIT",
|
||
|
|
"engines": {
|
||
|
|
"node": ">0.6.x"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"chai": "^4.1.2",
|
||
|
|
"grunt": "^0.4.5",
|
||
|
|
"grunt-bumpup": "^0.6.2",
|
||
|
|
"grunt-contrib-clean": "^0.6.0",
|
||
|
|
"grunt-contrib-compress": "^0.13.0",
|
||
|
|
"grunt-contrib-copy": "^0.8.1",
|
||
|
|
"grunt-contrib-uglify": "^0.9.2",
|
||
|
|
"grunt-contrib-yuidoc": "^0.10.0",
|
||
|
|
"grunt-gh-pages": "^0.10.0",
|
||
|
|
"grunt-git": "^0.3.5",
|
||
|
|
"grunt-release": "^0.13.0",
|
||
|
|
"mocha": "^5.1.1",
|
||
|
|
"sinon-browser-only": "^1.12.1"
|
||
|
|
}
|
||
|
|
}
|