Skip to content

Commit

Permalink
added bower.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
shurane committed Nov 25, 2013
1 parent 3531dd6 commit e0537d2
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 e0537d2

Please sign in to comment.