MIDI.js/package.json

16 lines
423 B
JSON
Raw Normal View History

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