forked from Freischuetz-Digital/scoreFollowsAudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 682 Bytes
/
Copy pathbower.json
File metadata and controls
29 lines (29 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "scoreFollowsAudio",
"version": "0.3.2",
"authors": [
"Benjamin W. Bohl <bohl@edirom.de>"
],
"description": "javascript library for json/time-based synchronisation of score to audio",
"keywords": [
"audio",
"html5",
"music"
],
"license": "GNU GPL-3 License",
"homepage": "http://www.freischuetz-digital.de",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.2.0",
"d3": "~3.4.13",
"verovio": "https://github.com/rism-ch/verovio/releases/download/version-0.9.3/verovio-toolkit-0.9.3.js.zip"
}
}