|
1 | 1 | { |
2 | | - "name":"hyper", |
3 | | - "version":"2.2.0", |
4 | | - "author":"", |
5 | | - "location":"forgeboxStorage", |
6 | | - "homepage":"https://github.com/coldbox-modules/hyper", |
7 | | - "documentation":"https://github.com/coldbox-modules/hyper", |
8 | | - "repository":{ |
9 | | - "type":"git", |
10 | | - "URL":"https://github.com/coldbox-modules/hyper" |
| 2 | + "name": "hyper", |
| 3 | + "version": "2.2.0", |
| 4 | + "author": "Eric Peterson <eric@elpete.com>", |
| 5 | + "location": "forgeboxStorage", |
| 6 | + "homepage": "https://github.com/coldbox-modules/hyper", |
| 7 | + "documentation": "https://github.com/coldbox-modules/hyper", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "URL": "https://github.com/coldbox-modules/hyper" |
11 | 11 | }, |
12 | | - "bugs":"https://github.com/coldbox-modules/hyper/issues", |
13 | | - "slug":"hyper", |
14 | | - "shortDescription":"A CFML HTTP Builder", |
15 | | - "description":"A CFML HTTP Builder", |
16 | | - "type":"modules", |
17 | | - "dependencies":{}, |
18 | | - "devDependencies":{ |
19 | | - "testbox":"^3.2.0+356", |
20 | | - "coldbox":"^4.3.0" |
| 12 | + "bugs": "https://github.com/coldbox-modules/hyper/issues", |
| 13 | + "slug": "hyper", |
| 14 | + "shortDescription": "A CFML HTTP Builder", |
| 15 | + "description": "A CFML HTTP Builder", |
| 16 | + "type": "modules", |
| 17 | + "dependencies": {}, |
| 18 | + "devDependencies": { |
| 19 | + "testbox": "^4.1.0+384", |
| 20 | + "coldbox": "^5.6.2+1148" |
21 | 21 | }, |
22 | | - "installPaths":{ |
23 | | - "testbox":"testbox/", |
24 | | - "coldbox":"tests/resources/app/coldbox/" |
| 22 | + "installPaths": { |
| 23 | + "testbox": "testbox/", |
| 24 | + "coldbox": "tests/resources/app/coldbox/" |
25 | 25 | }, |
26 | | - "scripts":{}, |
27 | | - "ignore":[ |
| 26 | + "scripts": { |
| 27 | + "format": "cfformat run ModuleConfig.cfc,models/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc --overwrite", |
| 28 | + "format:check": "cfformat check ModuleConfig.cfc,models/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc --verbose", |
| 29 | + "format:watch": "cfformat watch ModuleConfig.cfc,models/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc" |
| 30 | + }, |
| 31 | + "ignore": [ |
28 | 32 | "**/.*", |
29 | 33 | "test", |
30 | 34 | "tests" |
|
0 commit comments