We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee21a8 commit 4c221d6Copy full SHA for 4c221d6
bower.json
@@ -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