MIDI.js/package.json

11 lines
213 B
JSON
Raw Normal View History

{
"name": "midi",
2012-10-10 07:59:04 +02:00
"version": "0.0.2",
"description": "HTML5 midi player",
"author": "Michael Deal",
"scripts": {
"preinstall": "./build.sh"
},
"main": "./build/MIDI.minimal",
"license": "MIT"
}