MIDI.js/package.json
2013-01-22 18:40:20 -08:00

16 lines
423 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" ],
"scripts": {
"preinstall": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/mudcube/MIDI.js.git"
},
"main": "./build/MIDI.min.js",
"license": "MIT"
}