From 52124435efd004613f0870df680a6adf2aafeedb Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 17 Feb 2015 20:06:39 +0100 Subject: [PATCH] adding bower.json for bower packaging --- bower.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1a6060a --- /dev/null +++ b/bower.json @@ -0,0 +1,38 @@ +{ + "name": "angular-validation", + "version": "1.3.4", + "homepage": "https://github.com/mastermind1981/angular-validation", + "authors": [ + "Ghislain B." + ], + "description": "Angular Validation made easy! Angular Validation is an angular directive with locales (languages) with a simple approach of defining your validation=\"\" directly within your element to validate", + "main": "/locales/validation/en.json,src/angular-validation.js,style.css", + "keywords": [ + "angular", + "validation", + "angular", + "form", + "validation", + "angular", + "summary", + "validation", + "easy", + "angularjs", + "validation", + "angularjs", + "validation", + "easy" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "angularjs": "~1.3.13", + "angular-translate": "~2.6.0" + } +}