Skip to content

Commit

Permalink
Merge pull request jsoma#33 from shurane/master
Browse files Browse the repository at this point in the history
added bower.json file
  • Loading branch information
jsoma committed Dec 8, 2013
2 parents 3531dd6 + e0537d2 commit 5bedac0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "tabletop",
"version": "1.3.2",
"homepage": "https://github.com/jsoma/tabletop",
"authors": [
"\"\""
],
"description": "**Tabletop.js** takes a Google Spreadsheet and makes it easily accessible through JavaScript. With zero dependencies!",
"main": "src/tabletop.js",
"keywords": [
"table",
"sql",
"spreadsheet"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 5bedac0

Please sign in to comment.