1
1
{
2
- "name" :" ColdBox Validation" ,
3
- "version" :" 1.0.0" ,
4
- "author" :
" Luis Majano <[email protected] " ,
5
- "location" :" " ,
6
- "directory" :" " ,
7
- "createPackageDirectory" :true ,
8
- "packageDirectory" :" " ,
9
- "homepage" :" http://www.coldbox.org" ,
10
- "documentation" :" http://wiki.coldbox.org/wiki/Validation.cfm" ,
11
- "repository" :{
12
- "type" :" git" ,
13
- "url" :" https://github.com/ColdBox/cbox-validation"
14
- },
15
- "bugs" :" " ,
16
- "slug" :" cbvalidation" ,
17
- "shortDescription" :" This module provides server side validation to ColdBox applications" ,
18
- "description" :" " ,
19
- "instructions" :" " ,
20
- "changelog" :" " ,
21
- "type" :" modules" ,
22
- "keywords" :[
23
-
2
+ "name" : " ColdBox Validation" ,
3
+ "author" :
" Luis Majano <[email protected] " ,
4
+ "version" : " 1.0.0" ,
5
+ "slug" : " cbvalidation" ,
6
+ "type" : " modules" ,
7
+ "homepage" : " http://www.coldbox.org" ,
8
+ "documentation" : " http://wiki.coldbox.org/wiki/Validation.cfm" ,
9
+ "repository" : { "type" : " git" , "url" : " https://github.com/ColdBox/cbox-validation" },
10
+ "shortDescription" : " This module provides server side validation to ColdBox applications" ,
11
+ "license" : [
12
+ { "type" : " Apache2" , "url" : " http://www.apache.org/licenses/LICENSE-2.0.html" }
24
13
],
25
- "private" :false ,
26
- "engines" :[
27
- {
28
- "type" :" railo" ,
29
- "version" :" >4.1"
30
- },
31
- {
32
- "type" :" adobe" ,
33
- "version" :" >9.02"
34
- }
14
+ "contributors" : [
15
+
35
16
],
36
- "defaultEngine" :" " ,
37
- "defaultPort" :0 ,
38
- "projectURL" :" " ,
39
- "license" :[
40
- {
41
- "type" :" Apache2" ,
42
- "url" :" http://www.apache.org/licenses/LICENSE-2.0.html"
43
- }
17
+ "engines" : [
18
+ { "type" : " railo" , "version" : " >4.1" },
19
+ { "type" : " adobe" , "version" : " >9.02" }
44
20
],
45
- "contributors" :[
46
-
47
-
48
- ],
49
- "dependencies" :{
50
- "cbi18n" :" 1.0.0"
51
- },
52
- "devDependencies" :{
53
-
54
- },
55
- "installPaths" :{
56
- "cbi18n" :" modules/cbi18n"
57
- },
58
- "ignore" :[
59
-
60
- ],
61
- "testbox" :{
62
- "runner" :[
63
- {
64
- "default" :" "
65
- }
66
- ],
67
- "labels" :[
68
-
69
- ],
70
- "reporter" :" " ,
71
- "reporterResults" :" " ,
72
- "bundles" :[
73
- " "
74
- ],
75
- "directory" :{
76
- "mapping" :" " ,
77
- "recurse" :true
78
- },
79
- "watchers" :[
80
-
81
- ],
82
- "notify" :{
83
- "emails" :[
84
-
85
- ],
86
- "growl" :" " ,
87
- "url" :" "
88
- }
21
+ "dependencies" :{
22
+ "cbi18n" : " 1.0.0"
89
23
}
90
24
}
0 commit comments