-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
65 lines (65 loc) · 2.49 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
62
63
64
65
{
"name":"GeoLocation By IP",
"version":"3.1.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/GeoLocation-lookup-by-IP/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions.com <[email protected]>",
"slug":"GeoLocation-lookup-by-IP",
"type":"modules",
"shortDescription":"Look up and cache a user's countryCode, countryName, regionName, cityName, , zipCode, latitude, longitude, and timeZone by IP address.",
"homepage":"https://github.com/coldbox-modules/GeoLocation-lookup-by-IP",
"documentation":"https://github.com/coldbox-modules/GeoLocation-lookup-by-IP",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/GeoLocation-lookup-by-IP"
},
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Brad Wood <[email protected]>",
"Luis Majano <[email protected]>"
],
"engines":[
{
"type":"lucee",
"version":">5"
},
{
"type":"adobe",
"version":">2018"
},
{
"type":"coldbox",
"version":">5"
}
],
"dependencies":{},
"devDependencies":{
"commandbox-cfformat":"*",
"commandbox-docbox":"*",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*"
},
"ignore":[
"**/.*",
"test-harness",
"/server*.json"
],
"testbox":{
"runner":"http://localhost:60299/tests/runner.cfm"
},
"scripts":{
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
"release":"recipe build/release.boxr",
"format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite",
"format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
"format:check":"cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc",
"cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run",
"cfpm:install":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run",
"install:2021":"run-script cfpm:install zip,debugger"
}
}