|
1 | 1 | {
|
2 |
| - "name" : "ColdBox Debugger", |
3 |
| - "author" : "Ortus Solutions <[email protected]", |
4 |
| - "location" : "http://downloads.ortussolutions.com.s3.amazonaws.com/ortussolutions/coldbox-modules/cbdebugger/@build.version@/[email protected]@.zip", |
5 |
| - "version" : "1.7.0", |
6 |
| - "slug" : "cbdebugger", |
7 |
| - "type" : "modules", |
8 |
| - "homepage" : "https://github.com/coldbox-modules/cbdebugger", |
9 |
| - "bugs" : "https://github.com/coldbox-modules/cbdebugger/issues", |
10 |
| - "documentation" : "https://github.com/coldbox-modules/cbdebugger", |
11 |
| - "repository" : { "type" : "git", "url" : "https://github.com/coldbox-modules/cbdebugger" }, |
12 |
| - "shortDescription" : "The official ColdBox 4 debugger module", |
13 |
| - "license" : [ |
14 |
| - { "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" } |
15 |
| - ], |
16 |
| - "contributors" : [ |
17 |
| - |
18 |
| - ], |
19 |
| - "ignore":[ |
| 2 | + "name":"ColdBox Debugger", |
| 3 | + "author": "Ortus Solutions <[email protected]", |
| 4 | + "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbdebugger/@build.version@/[email protected]@.zip", |
| 5 | + "version":"1.7.1", |
| 6 | + "slug":"cbdebugger", |
| 7 | + "type":"modules", |
| 8 | + "homepage":"https://github.com/coldbox-modules/cbdebugger", |
| 9 | + "bugs":"https://github.com/coldbox-modules/cbdebugger/issues", |
| 10 | + "documentation":"https://github.com/coldbox-modules/cbdebugger", |
| 11 | + "repository":{ |
| 12 | + "type":"git", |
| 13 | + "url":"https://github.com/coldbox-modules/cbdebugger" |
| 14 | + }, |
| 15 | + "shortDescription":"The official ColdBox 4 debugger module", |
| 16 | + "license":[ |
| 17 | + { |
| 18 | + "type":"Apache2", |
| 19 | + "url":"http://www.apache.org/licenses/LICENSE-2.0.html" |
| 20 | + } |
| 21 | + ], |
| 22 | + "contributors":[ |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + ], |
| 27 | + "ignore":[ |
20 | 28 | "**/.*",
|
21 | 29 | "tests",
|
22 | 30 | "*/.md"
|
|
0 commit comments