-
Notifications
You must be signed in to change notification settings - Fork 6
/
box.json
38 lines (38 loc) · 1.27 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
{
"name":"twilio-sdk",
"version":"2.3.2",
"author":"Ortus Solutions",
"location":"forgeboxStorage",
"homepage":"https://github.com/coldbox-modules/twilio-sdk",
"documentation":"https://github.com/coldbox-modules/twilio-sdk",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/twilio-sdk"
},
"bugs":"https://github.com/coldbox-modules/twilio-sdk/issues",
"slug":"twilio-sdk",
"shortDescription":"CFML SDK to interact with the Twilio API",
"description":"CFML SDK to interact with the Twilio API",
"type":"modules",
"scripts":{
"format":"cfformat run models/**/*.cfc,tests/Application.cfc,tests/resources/ModuleIntegrationSpec.cfc,tests/specs/**/*.cfc,ModuleConfig.cfc --overwrite",
"format:check":"cfformat check models/**/*.cfc,tests/Application.cfc,tests/resources/ModuleIntegrationSpec.cfc,tests/specs/**/*.cfc,ModuleConfig.cfc"
},
"dependencies":{
"hyper":"^7.5.0"
},
"devDependencies":{
"testbox":"^5.0.0",
"coldbox":"^7.0.0"
},
"installPaths":{
"testbox":"testbox/",
"coldbox":"tests/resources/app/coldbox/",
"hyper":"modules/hyper/"
},
"ignore":[
"**/.*",
"test",
"tests"
]
}