This repository was archived by the owner on Jul 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments