forked from CoderLine/alphaTab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 925 Bytes
/
bower.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "AlphaTab",
"homepage": "http://www.alphatab.net",
"authors": [
"Danielku15 <danielku15@coderline.net>"
],
"description": "alphaTab is a cross platform music notation and guitar tablature rendering library.",
"main": [
"Build/JavaScript/AlphaTab.js",
"Build/JavaScript/AlphaTab.worker.js",
"Build/JavaScript/jquery.alphaTab.js"
],
"license": "LGPL-3.0+",
"repository": {
"type": "git",
"url": "git://github.com/CoderLine/alphaTab.git"
},
"moduleType": [
"globals"
],
"keywords": [
"music",
"notation",
"html5",
"svg",
"guitar",
"tablature"
],
"ignore": [
"Build/CSharp",
"Font",
"Samples",
"SharpKit",
"Source",
"packages",
"Tools",
".gitattributes",
".gitignore",
".gitmodules",
"AlphaTab.sln",
"AlphaTab.targets",
"LICENSE",
"README.md",
"TODO",
"logo.png"
]
}