MIDI.js/package.json

24 lines
523 B
JSON
Raw Permalink 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-03-01 00:51:19 +01:00
"contributors": [
"Sergi Mansilla",
"Daniel van der Meer",
"Mohit Muthanna",
"Pete Otaqui"
],
2013-01-23 03:40:20 +01:00
"repository": {
2013-03-01 00:51:19 +01:00
"type": "git",
"url": "git://github.com/mudcube/MIDI.js.git"
2013-01-23 03:40:20 +01:00
},
"main": "./build/MIDI.min.js",
2013-03-01 00:51:19 +01:00
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.2"
}
}