Skip to content

Commit

Permalink
Bower package
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Sep 27, 2013
1 parent 37894eb commit d4924b3
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": "sorttable",
"main": "sorttable.js",
"version": "2.0.0",
"homepage": "https://github.com/stuartlangridge/sorttable",
"authors": [
"Stuart Langridge"
],
"description": "JavaScript client-side sortable tables.",
"keywords": [
"dom",
"table",
"sorting"
],
"license": "X11",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit d4924b3

Please sign in to comment.