Files
rpiRadio/ProjectNow/NodeServer/node_modules/midi-player-js/demo/bower.json
2018-05-19 02:20:19 +02:00

32 lines
637 B
JSON

{
"name": "MidiPlayerJS Demo",
"homepage": "https://github.com/grimmdude/MidiPlayerJS",
"authors": [
"Garrett Grimm <garrett@grimmdude.com>"
],
"description": "A web based MIDI player using MidiPlayerJS engine.",
"main": "index.html",
"keywords": [
"music",
"midi"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"skeleton" : "2.0.4",
"bootstrap": "~3.2.0",
"modernizr":"latest",
"angular":"1.6.*",
"underscore":"1.7.0",
"raphael":"2.1.1",
"js-cookie":"latest"
}
}