Skip to content

Commit 4c221d6

Browse files
committed
Adding bower support
Signed-off-by: José Luis Di Biase <[email protected]>
1 parent eee21a8 commit 4c221d6

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

bower.json

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "jtab",
3+
"version": "1.3.1",
4+
"homepage": "https://github.com/tardate/jtab",
5+
"authors": [
6+
"Paul Gallagher <[email protected]>"
7+
],
8+
"description": "Javascript/CSS Guitar Chord and Tab Notation for the Web",
9+
"main": [
10+
"./css/jtab-helper.css",
11+
"./css/jtab-site.css",
12+
"./javascripts/jquery.js",
13+
"./javascripts/raphael.js",
14+
"./javascripts/jtab.js"
15+
],
16+
"moduleType": [
17+
"globals"
18+
],
19+
"keywords": [
20+
"tab",
21+
"tablature",
22+
"guitar",
23+
"chord",
24+
"notation",
25+
"music"
26+
],
27+
"license": "GPL",
28+
"ignore": [
29+
"**/.*",
30+
"node_modules",
31+
"bower_components",
32+
"test",
33+
"tests",
34+
"examples.htm",
35+
"index.htm",
36+
"jtab-unittest.html",
37+
"jtab-chordchart.htm"
38+
]
39+
}

0 commit comments

Comments
 (0)