Files
cdnjs/ajax/libs/midi.js/package.json
T

24 lines
523 B
JSON

{
"name": "midi.js",
"filename" : "midi.min.js",
"version": "0.3.0",
"description": "Library to assist in creating HTML5 MIDI apps.",
"author": "Michael Deal",
"contributors": [
"Sergi Mansilla",
"Daniel van der Meer",
"Mohit Muthanna",
"Pete Otaqui"
],
"repository": {
"type": "git",
"url": "git://github.com/mudcube/MIDI.js.git"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.2"
}
}