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