Skip to content

Commit

Permalink
Fix #1 - Added bower package
Browse files Browse the repository at this point in the history
  • Loading branch information
micc83 committed Dec 3, 2013
1 parent 5365c77 commit c9f0479
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "ReStable",
"version": "0.1.1",
"description": "jQuery plugin that make tables responsive",
"keywords": [
"table",
"responsive"
],
"main": [
"jquery.restable.min.js",
"jquery.restable.min.css"
],
"ignore": [
"demo"
],
"dependencies": {
"jquery": ">=1.6.4"
},
"license": "MIT"
}

0 comments on commit c9f0479

Please sign in to comment.