-
Notifications
You must be signed in to change notification settings - Fork 1
/
box.json
61 lines (61 loc) · 1.56 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Lucee Administrator Scheduled Tasks Bootstrap UI",
"version": "1.0.1",
"slug": "lucee-scheduled-tasks",
"type": "modules",
"author": "Evagoras Charalambous",
"homepage": "https://github.com/evagoras/lucee-scheduled-tasks",
"shortDescription": "A Bootstrap 4 UI frontend for the Lucee Administrator Server Scheduled Tasks",
"description": "A front end user interface that mimics the Lucee server admin scheduled tasks.",
"projectURL": "https://github.com/evagoras/lucee-scheduled-tasks",
"location": "evagoras/lucee-scheduled-tasks",
"documentation": "",
"bugs": "",
"changelog": "",
"contributors": [],
"repository": {
"type": "Git",
"URL": "https://github.com/evagoras/lucee-scheduled-tasks/tree/v1.0.1"
},
"devDependencies": {},
"dependencies": {
"cbmessagebox": "^3..0.2+41",
"mementifier": "^1.9.0+59",
"cbvalidation": "^1.5.1+78"
},
"installPaths": {
"cbmessagebox": "modules/cbmessagebox/",
"mementifier": "modules/mementifier/",
"cbvalidation": "modules/cbvalidation/"
},
"instructions": "",
"ignore": ["**/.*", "/test/", "/tests/"],
"keywords": [],
"license": [
{
"type": "",
"URL": ""
}
],
"private": false,
"scripts": {},
"testbox": {
"bundles": "",
"directory": "tests.specs",
"labels": "",
"options": {},
"recurse": true,
"reporter": "",
"runner": [
{
"default": ""
}
],
"testBundles": "",
"testSpecs": "",
"testSuites": "",
"verbose": true,
"watchDelay": 500,
"watchPaths": "**.cfc"
}
}