This repository was archived by the owner on Jul 1, 2020. It is now read-only.
File tree 1 file changed +15
-21
lines changed
1 file changed +15
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "author" : " Ghislain B." ,
3
2
"name" : " ghiscoding.angular-validation" ,
4
- "description" : " AngularJS Form Validation (Directive / Service)." ,
5
3
"version" : " 1.3.8" ,
4
+ "authors" : [
5
+ " Ghislain B."
6
+ ],
7
+ "description" : " AngularJS Form Validation (Directive / Service)" ,
6
8
"main" : [
7
9
" locales/validation/en.js" ,
8
10
" locales/validation/fr.js" ,
11
13
" src/validation-rules.js" ,
12
14
" src/validation-service.js"
13
15
],
16
+ "keywords" : [
17
+ " angular-validation"
18
+ ],
19
+ "license" : " MIT" ,
14
20
"ignore" : [
15
21
" **/.*" ,
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" ,
26
27
" templates" ,
27
28
" vendors"
28
- ],
29
- "keywords" : [
30
- " angularjs" ,
31
- " angular-validation" ,
32
- " form-validation" ,
33
- " angular-validation-directive" ,
34
- " angular-validation-service"
35
29
],
36
30
"homepage" : " http://github.com/ghiscoding/angular-validation" ,
37
31
"repository" : {
38
32
"type" : " git" ,
39
33
"url" : " git://github.com/ghiscoding/angular-validation"
40
34
},
41
35
"dependencies" : {
42
- "angular" : " >= 1.2.0" ,
36
+ "angular" : " >= 1.2.0" ,
43
37
"angular-route" : " >= 1.2.0" ,
44
38
"angular-translate" : " >= 2.4.2" ,
45
39
"angular-translate-loader-static-files" : " >= 2.4.2"
46
40
}
47
- }
41
+ }
You can’t perform that action at this time.
0 commit comments