-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit. Added the directive in it's most basic state.
- Loading branch information
1 parent
7fac985
commit b8b89e9
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |