MIDI.js/package.json

24 lines
523 B
JSON

{
"name": "midi",
"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"
},
"main": "./build/MIDI.min.js",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.2"
}
}