Skip to content

Commit

Permalink
Adding bower support
Browse files Browse the repository at this point in the history
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
  • Loading branch information
josx committed Aug 4, 2014
1 parent eee21a8 commit 4c221d6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions bower.json
@@ -0,0 +1,39 @@
{
"name": "jtab",
"version": "1.3.1",
"homepage": "https://github.com/tardate/jtab",
"authors": [
"Paul Gallagher <gallagher.paul@gmail.com>"
],
"description": "Javascript/CSS Guitar Chord and Tab Notation for the Web",
"main": [
"./css/jtab-helper.css",
"./css/jtab-site.css",
"./javascripts/jquery.js",
"./javascripts/raphael.js",
"./javascripts/jtab.js"
],
"moduleType": [
"globals"
],
"keywords": [
"tab",
"tablature",
"guitar",
"chord",
"notation",
"music"
],
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples.htm",
"index.htm",
"jtab-unittest.html",
"jtab-chordchart.htm"
]
}

0 comments on commit 4c221d6

Please sign in to comment.