-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
45 lines (45 loc) · 1.2 KB
/
box.json
File metadata and controls
45 lines (45 loc) · 1.2 KB
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
{
"author":"Michael Born <michael@ortussolutions.com>",
"dependencies":{
"hyper":"^3.1.0"
},
"description":"Wraps the @MODULE_NAME@ API",
"devDependencies":{
"coldbox":"6.4.0",
"testbox":"^4.4.0-snapshot"
},
"ignore":[
"**/.*",
"/test/",
"/tests/"
],
"installPaths":{
"coldbox":"tests/resources/app/coldbox/",
"testbox":"tests/testbox/",
"hyper":"modules/hyper/"
},
"location":"ForgeboxStorage",
"name":"@MODULE_NAME@",
"private":false,
"repository":{
"type":"git",
"URL":"https://github.com/@GITHUB_USER@/@MODULE_SLUG@"
},
"bugs":"https://github.com/@GITHUB_USER@/@MODULE_SLUG@/issues",
"scripts":{
"postVersion":"package set location='@GITHUB_USER@/@MODULE_SLUG@#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"shortDescription":"CFML wrapper for the @MODULE_NAME@ API.",
"slug":"@MODULE_SLUG@",
"testbox":{
"runner":[
{
"default":"http://localhost:6335/test-harness/runner.cfm"
}
]
},
"type":"modules",
"version":"1.0.0"
}