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

Commit b6b30f3

Browse files
committed
Added bower
1 parent 7217678 commit b6b30f3

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

bower.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"author": "Ghislain B.",
3+
"name": "ghiscoding-angular-validation",
4+
"description": "Forms Angular Validation (Directive / Service).",
5+
"version": "1.3.8",
6+
"keywords": [
7+
"angularjs",
8+
"angular-validation",
9+
"form-validation",
10+
"angular-validation-directive",
11+
"angular-validation-service",
12+
"front-end",
13+
],
14+
"homepage": "http://github.com/ghiscoding/angular-validation",
15+
"repository": {
16+
"type": "git",
17+
"url": "git://github.com/ghiscoding/angular-validation"
18+
},
19+
"main": [
20+
"locales/validation/en.js",
21+
"locales/validation/fr.js",
22+
"src/validation-common.js",
23+
"src/validation-directive.js",
24+
"src/validation-rules.js",
25+
"src/validation-service.js"
26+
],
27+
"ignore": [
28+
"/.*",
29+
"CNAME",
30+
"app.js",
31+
"changelog.txt",
32+
"index.html",
33+
"README.md",
34+
"style.css",
35+
"more-examples",
36+
"templates",
37+
"vendors"
38+
],
39+
"dependencies": {
40+
"angular": ">= 1.2.0",
41+
"angular-route": ">= 1.2.0",
42+
"angular-translate": ">= 2.4.2",
43+
"angular-translate-loader-static-files": ">= 2.4.2"
44+
}
45+
}

0 commit comments

Comments
 (0)