diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..baa9749 --- /dev/null +++ b/bower.json @@ -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": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}