|
1 | 1 | {
|
2 |
| - "name" : "ColdBox Validation", |
3 |
| - "author" : "Ortus Solutions.com <[email protected]", |
4 |
| - "version" : "1.4.0", |
5 |
| - "location" : "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip", |
6 |
| - "slug" : "cbvalidation", |
7 |
| - "type" : "modules", |
8 |
| - "homepage" : "https://github.com/coldbox-modules/cbvalidation", |
9 |
| - "documentation" : "https://github.com/coldbox-modules/cbvalidation/wiki", |
10 |
| - "repository" : { "type" : "git", "url" : "https://github.com/coldbox-modules/cbvalidation" }, |
11 |
| - "shortDescription" : "This module provides server side validation to ColdBox applications", |
12 |
| - "license" : [ |
13 |
| - { "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" } |
| 2 | + "name":"ColdBox Validation", |
| 3 | + "author": "Ortus Solutions.com <[email protected]", |
| 4 | + "version":"1.4.1", |
| 5 | + "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip", |
| 6 | + "slug":"cbvalidation", |
| 7 | + "type":"modules", |
| 8 | + "homepage":"https://github.com/coldbox-modules/cbvalidation", |
| 9 | + "documentation":"https://github.com/coldbox-modules/cbvalidation/wiki", |
| 10 | + "repository":{ |
| 11 | + "type":"git", |
| 12 | + "url":"https://github.com/coldbox-modules/cbvalidation" |
| 13 | + }, |
| 14 | + "shortDescription":"This module provides server side validation to ColdBox applications", |
| 15 | + "license":[ |
| 16 | + { |
| 17 | + "type":"Apache2", |
| 18 | + "url":"http://www.apache.org/licenses/LICENSE-2.0.html" |
| 19 | + } |
14 | 20 | ],
|
15 |
| - "contributors" : [ |
16 |
| - |
| 21 | + "contributors":[ |
| 22 | + |
| 23 | + |
17 | 24 | ],
|
18 |
| - "dependencies" :{ |
19 |
| - "cbi18n" : "^1.3.1" |
| 25 | + "dependencies":{ |
| 26 | + "cbi18n":"^1.3.1" |
20 | 27 | },
|
21 | 28 | "ignore":[
|
22 | 29 | "**/.*",
|
|
0 commit comments