Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 186872b

Browse files
committed
Update bower
1 parent e833e79 commit 186872b

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

bower.json

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2-
"author": "Ghislain B.",
32
"name": "ghiscoding.angular-validation",
4-
"description": "AngularJS Form Validation (Directive / Service).",
53
"version": "1.3.8",
4+
"authors": [
5+
"Ghislain B."
6+
],
7+
"description": "AngularJS Form Validation (Directive / Service)",
68
"main": [
79
"locales/validation/en.js",
810
"locales/validation/fr.js",
@@ -11,37 +13,29 @@
1113
"src/validation-rules.js",
1214
"src/validation-service.js"
1315
],
16+
"keywords": [
17+
"angular-validation"
18+
],
19+
"license": "MIT",
1420
"ignore": [
1521
"**/.*",
16-
"source",
17-
"spec",
18-
".bowerrc",
19-
".gitignore",
20-
".jshintignore",
21-
".jshintrc",
22-
"gruntfile.js",
23-
"package.json",
24-
"README.md",
25-
"more-examples",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests",
26+
"more-examples",
2627
"templates",
2728
"vendors"
28-
],
29-
"keywords": [
30-
"angularjs",
31-
"angular-validation",
32-
"form-validation",
33-
"angular-validation-directive",
34-
"angular-validation-service"
3529
],
3630
"homepage": "http://github.com/ghiscoding/angular-validation",
3731
"repository": {
3832
"type": "git",
3933
"url": "git://github.com/ghiscoding/angular-validation"
4034
},
4135
"dependencies": {
42-
"angular": ">= 1.2.0",
36+
"angular": ">= 1.2.0",
4337
"angular-route": ">= 1.2.0",
4438
"angular-translate": ">= 2.4.2",
4539
"angular-translate-loader-static-files": ">= 2.4.2"
4640
}
47-
}
41+
}

0 commit comments

Comments
 (0)