2012-06-30 07:08:38 +02:00
|
|
|
{
|
|
|
|
"name": "midi",
|
2013-01-23 03:40:20 +01:00
|
|
|
"version": "0.3.0",
|
|
|
|
"description": "Library to assist in creating HTML5 MIDI apps.",
|
2012-06-30 07:08:38 +02:00
|
|
|
"author": "Michael Deal",
|
2013-01-23 03:40:20 +01:00
|
|
|
"contributors" : [ "Sergi Mansilla", "Daniel van der Meer", "Mohit Muthanna", "Pete Otaqui" ],
|
2012-06-30 07:08:38 +02:00
|
|
|
"scripts": {
|
2013-01-23 03:40:20 +01:00
|
|
|
"preinstall": "grunt"
|
2012-06-30 07:08:38 +02:00
|
|
|
},
|
2013-01-23 03:40:20 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mudcube/MIDI.js.git"
|
|
|
|
},
|
|
|
|
"main": "./build/MIDI.min.js",
|
2012-06-30 07:08:38 +02:00
|
|
|
"license": "MIT"
|
|
|
|
}
|