Skip to content

Commit

Permalink
Initial commit. Added the directive in it's most basic state.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperheroUI committed Mar 17, 2015
1 parent 7fac985 commit b8b89e9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "angular-bootstrap-grid",
"version": "0.1.0",
"homepage": "https://github.com/Kjuib/angular-bootstrap-grid",
"authors": [
"Heber Billings <[email protected]>"
],
"description": "Angular 1.x directive that will take a list of objects and display them inside a bootstrap 3.x grid with a given X across.",
"main": "src/angular-bootstrap-grid.js",
"keywords": [
"angular",
"bootstrap",
"grid"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"bootstrap": "~3.3.4"
}
}

0 comments on commit b8b89e9

Please sign in to comment.