From b8b89e9b105a8443a0efd95526be3bd8fb58ff67 Mon Sep 17 00:00:00 2001 From: Heber Billings Date: Tue, 17 Mar 2015 14:25:19 -0600 Subject: [PATCH] Initial commit. Added the directive in it's most basic state. --- bower.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e26f325 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "angular-bootstrap-grid", + "version": "0.1.0", + "homepage": "https://github.com/Kjuib/angular-bootstrap-grid", + "authors": [ + "Heber Billings " + ], + "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" + } +}