|
1 | 1 | { |
2 | | - "name": "swagger-sdk", |
3 | | - "shortDescription": "The Swagger Software Development Kit for the Coldbox Platform", |
4 | | - "version": "3.0.0", |
5 | | - "author": "Jon Clausen <[email protected]>", |
6 | | - "slug": "swagger-sdk", |
7 | | - "type": "modules", |
8 | | - "keywords": "Swagger,OpenAPI,API Documentation", |
9 | | - "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/swagger-sdk/@build.version@/[email protected]@.zip", |
10 | | - "homepage": "https://github.com/coldbox-modules/swagger-sdk", |
11 | | - "documentation": "https://github.com/coldbox-modules/swagger-sdk/wiki", |
12 | | - "repository": { |
13 | | - "type": "git", |
14 | | - "url": "https://github.com/coldbox-modules/swagger-sdk" |
15 | | - }, |
16 | | - "bugs": "https://github.com/coldbox-modules/swagger-sdk/issues", |
17 | | - "license": [ |
18 | | - { |
19 | | - "type": "Apache2", |
20 | | - "url": "http://www.apache.org/licenses/LICENSE-2.0.html" |
21 | | - } |
22 | | - ], |
23 | | - "contributors": [ "Luis Majano <[email protected]>"], |
24 | | - "dependencies": { |
25 | | - "cbjavaloader": ">0.0.9" |
26 | | - }, |
27 | | - "ignore": ["**/.*", "test-harness", "*/.md"], |
28 | | - "scripts": { |
29 | | - "toMaster": "recipe build/toMaster.boxr" |
30 | | - } |
| 2 | + "name":"swagger-sdk", |
| 3 | + "shortDescription":"The Swagger Software Development Kit for the Coldbox Platform", |
| 4 | + "version":"3.0.1", |
| 5 | + "author": "Jon Clausen <[email protected]>", |
| 6 | + "slug":"swagger-sdk", |
| 7 | + "type":"modules", |
| 8 | + "keywords":"Swagger,OpenAPI,API Documentation", |
| 9 | + "location": "https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/swagger-sdk/@build.version@/[email protected]@.zip", |
| 10 | + "homepage":"https://github.com/coldbox-modules/swagger-sdk", |
| 11 | + "documentation":"https://github.com/coldbox-modules/swagger-sdk/wiki", |
| 12 | + "repository":{ |
| 13 | + "type":"git", |
| 14 | + "url":"https://github.com/coldbox-modules/swagger-sdk" |
| 15 | + }, |
| 16 | + "bugs":"https://github.com/coldbox-modules/swagger-sdk/issues", |
| 17 | + "license":[ |
| 18 | + { |
| 19 | + "type":"Apache2", |
| 20 | + "url":"http://www.apache.org/licenses/LICENSE-2.0.html" |
| 21 | + } |
| 22 | + ], |
| 23 | + "contributors":[ |
| 24 | + |
| 25 | + ], |
| 26 | + "dependencies":{ |
| 27 | + "cbjavaloader":">0.0.9" |
| 28 | + }, |
| 29 | + "ignore":[ |
| 30 | + "**/.*", |
| 31 | + "test-harness", |
| 32 | + "*/.md" |
| 33 | + ], |
| 34 | + "scripts":{ |
| 35 | + "toMaster":"recipe build/toMaster.boxr" |
| 36 | + } |
31 | 37 | } |
0 commit comments