diff --git a/.gitignore b/.gitignore index ae93b1b..d8b8989 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -tmp \ No newline at end of file +tmp +/bower_components/* \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e3ecb98 --- /dev/null +++ b/bower.json @@ -0,0 +1,31 @@ +{ + "name": "Backgrid-ResponsiveGrid", + "version": "0.2.0", + "homepage": "https://github.com/morficus/Backgrid-ResponsiveGrid", + "authors": [ + "Maurice Williams " + ], + "description": "Extension to provide a better small-screen experience when using Background.js", + "main": "dist/backgrid-responsiveGrid.min.js", + "moduleType": [ + "globals" + ], + "keywords": [ + "backgrid", + "table", + "datagrid", + "grid", + "responsive" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "backgrid": "~0.3.5" + } +}