summaryrefslogtreecommitdiff
path: root/www/lib/ng-mfb/.bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/ng-mfb/.bower.json')
-rw-r--r--www/lib/ng-mfb/.bower.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/www/lib/ng-mfb/.bower.json b/www/lib/ng-mfb/.bower.json
new file mode 100644
index 00000000..63fa6283
--- /dev/null
+++ b/www/lib/ng-mfb/.bower.json
@@ -0,0 +1,49 @@
+{
+ "name": "ng-material-floating-button",
+ "version": "0.4.0",
+ "homepage": "https://github.com/nobitagit/ng-material-floating-button",
+ "authors": [
+ "Nobita"
+ ],
+ "description": "angular directive for material floating buttons",
+ "main": [
+ "src/mfb-directive.js",
+ "mfb/src/mfb.css"
+ ],
+ "keywords": [
+ "angular",
+ "directive",
+ "material",
+ "design",
+ "floating",
+ "button",
+ "google",
+ "inbox"
+ ],
+ "license": "MIT",
+ "private": false,
+ "ignore": [
+ "**/.*",
+ "**/*.html",
+ "README.md",
+ "package.json",
+ "node_modules",
+ "bower_components",
+ "Gruntfile.js",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "angular": "~1.3.6"
+ },
+ "_release": "0.4.0",
+ "_resolution": {
+ "type": "version",
+ "tag": "v0.4.0",
+ "commit": "0cf41d7d9c622f7cbe54392b3e6977408df94b1d"
+ },
+ "_source": "git://github.com/nobitagit/ng-material-floating-button.git",
+ "_target": "~0.4.0",
+ "_originalSource": "ng-mfb",
+ "_direct": true
+}