|
1 | 1 | {
|
2 |
| - "name" : "JavaLoader", |
3 |
| - "author" : "Ortus Solutions.com <[email protected]>", |
4 |
| - "version" : "2.0.0", |
5 |
| - "location" : "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbjavaloader/@build.version@/[email protected]@.zip", |
6 |
| - "slug" : "cbjavaloader", |
7 |
| - "type" : "modules", |
8 |
| - "homepage" : "https://github.com/coldbox-modules/cbox-javaloader", |
9 |
| - "documentation" : "https://github.com/coldbox-modules/cbox-javaloader", |
10 |
| - "repository" : { "type" : "git", "url" : "https://github.com/coldbox-modules/cbox-javaloader" }, |
11 |
| - "shortDescription" : "A module to class load, compile and do much more with Java", |
12 |
| - "license" : [ |
13 |
| - { "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" } |
14 |
| - ], |
15 |
| - "contributors" : [ |
16 |
| - |
17 |
| - ], |
18 |
| - "ignore":[ |
| 2 | + "name":"JavaLoader", |
| 3 | + "author": "Ortus Solutions.com <[email protected]>", |
| 4 | + "version":"2.1.0", |
| 5 | + "location": "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbjavaloader/@build.version@/[email protected]@.zip", |
| 6 | + "slug":"cbjavaloader", |
| 7 | + "type":"modules", |
| 8 | + "homepage":"https://github.com/coldbox-modules/cbox-javaloader", |
| 9 | + "documentation":"https://github.com/coldbox-modules/cbox-javaloader", |
| 10 | + "repository":{ |
| 11 | + "type":"git", |
| 12 | + "url":"https://github.com/coldbox-modules/cbox-javaloader" |
| 13 | + }, |
| 14 | + "shortDescription":"A module to class load, compile and do much more with Java", |
| 15 | + "license":[ |
| 16 | + { |
| 17 | + "type":"Apache2", |
| 18 | + "url":"http://www.apache.org/licenses/LICENSE-2.0.html" |
| 19 | + } |
| 20 | + ], |
| 21 | + "contributors":[ |
| 22 | + |
| 23 | + |
| 24 | + ], |
| 25 | + "ignore":[ |
19 | 26 | "**/.*",
|
20 | 27 | "tests",
|
21 | 28 | "*/.md"
|
22 |
| - ], |
23 |
| - "dependencies":{}, |
| 29 | + ], |
| 30 | + "dependencies":{}, |
24 | 31 | "devDependencies":{},
|
25 |
| - "installPaths":{}, |
26 |
| - "scripts":{ |
| 32 | + "installPaths":{}, |
| 33 | + "scripts":{ |
27 | 34 | "release":"recipe build/release.boxr",
|
28 | 35 | "format":"cfformat run models/,test-harness/tests/ --overwrite",
|
29 | 36 | "format:watch":"cfformat watch models/,test-harness/tests/",
|
|
0 commit comments