|
1 | 1 | {
|
2 |
| - "name": "semaphore", |
3 |
| - "version": "0.1.0", |
4 |
| - "author": "Adam Tuttle <https://adamtuttle.codes>", |
5 |
| - "location": "ForgeboxStorage", |
6 |
| - "homepage": "https://github.com/atuttle/semaphore", |
7 |
| - "documentation": "https://github.com/atuttle/semaphore", |
8 |
| - "repository": { |
9 |
| - "type": "git", |
10 |
| - "URL": "https://github.com/atuttle/semaphore" |
11 |
| - }, |
12 |
| - "bugs": "", |
13 |
| - "slug": "semaphore", |
14 |
| - "shortDescription": "A minimalist feature flags engine for CFML applications", |
15 |
| - "description": "A minimalist feature flags engine for CFML applications", |
16 |
| - "instructions": "See README.md", |
17 |
| - "changelog": "", |
18 |
| - "type": "modules", |
19 |
| - "keywords": ["feature flags", "flag", "flags", "deploy"], |
20 |
| - "private": false, |
21 |
| - "license": [ |
22 |
| - { |
23 |
| - "type": "MIT", |
24 |
| - "URL": "https://github.com/atuttle/semaphore/blob/main/LICENSE.md" |
25 |
| - } |
26 |
| - ], |
27 |
| - "contributors": ["Adam Tuttle <https://adamtuttlecodes.com>"], |
28 |
| - "dependencies": {}, |
29 |
| - "devDependencies": { |
30 |
| - "testbox": "^4.2.1+400" |
31 |
| - }, |
32 |
| - "installPaths": { |
33 |
| - "testbox": "tests/testbox/" |
34 |
| - }, |
35 |
| - "scripts": {}, |
36 |
| - "ignore": ["**/.*", "/test/", "/tests/"], |
37 |
| - "testbox": { |
38 |
| - "runner": [ |
39 |
| - { |
40 |
| - "default": "http://localhost/runner.cfm" |
41 |
| - } |
42 |
| - ], |
43 |
| - "directory": "tests.specs" |
44 |
| - } |
| 2 | + "name": "semaphore", |
| 3 | + "version": "0.3.0", |
| 4 | + "author": "Adam Tuttle <https://adamtuttle.codes>", |
| 5 | + "location": "ForgeboxStorage", |
| 6 | + "homepage": "https://github.com/atuttle/semaphore", |
| 7 | + "documentation": "https://github.com/atuttle/semaphore", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "URL": "https://github.com/atuttle/semaphore" |
| 11 | + }, |
| 12 | + "bugs": "", |
| 13 | + "slug": "semaphore", |
| 14 | + "shortDescription": "A minimalist feature flags engine for CFML applications", |
| 15 | + "description": "A minimalist feature flags engine for CFML applications", |
| 16 | + "instructions": "See README.md", |
| 17 | + "changelog": "", |
| 18 | + "type": "modules", |
| 19 | + "keywords": ["feature flags", "flag", "flags", "deploy"], |
| 20 | + "private": false, |
| 21 | + "license": [ |
| 22 | + { |
| 23 | + "type": "MIT", |
| 24 | + "URL": "https://github.com/atuttle/semaphore/blob/main/LICENSE.md" |
| 25 | + } |
| 26 | + ], |
| 27 | + "contributors": ["Adam Tuttle <https://adamtuttlecodes.com>"], |
| 28 | + "dependencies": {}, |
| 29 | + "devDependencies": { |
| 30 | + "testbox": "^4.2.1+400" |
| 31 | + }, |
| 32 | + "installPaths": { |
| 33 | + "testbox": "tests/testbox/" |
| 34 | + }, |
| 35 | + "scripts": {}, |
| 36 | + "ignore": ["**/.*", "/test/", "/tests/"], |
| 37 | + "testbox": { |
| 38 | + "runner": [ |
| 39 | + { |
| 40 | + "default": "http://localhost/runner.cfm" |
| 41 | + } |
| 42 | + ], |
| 43 | + "directory": "tests.specs" |
| 44 | + } |
45 | 45 | }
|
0 commit comments