Skip to content

Commit

Permalink
registering as a bower component
Browse files Browse the repository at this point in the history
  • Loading branch information
morficus committed Apr 25, 2014
1 parent 8e6758f commit 475adf6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
tmp
tmp
/bower_components/*
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Backgrid-ResponsiveGrid",
"version": "0.2.0",
"homepage": "https://github.com/morficus/Backgrid-ResponsiveGrid",
"authors": [
"Maurice Williams <[email protected]>"
],
"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"
}
}

0 comments on commit 475adf6

Please sign in to comment.