-
Notifications
You must be signed in to change notification settings - Fork 54
/
box.json
43 lines (43 loc) · 994 Bytes
/
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
{
"author":"John Berquist",
"bugs":"https://github.com/jcberquist/aws-cfml/issues",
"changelog":"",
"description":"",
"devDependencies":{
"testbox":"^2.8.0+191"
},
"engines":[
{
"type":"lucee",
"version":">=4.5.x"
},
{
"type":"adobe",
"version":">=11.0.0"
}
],
"homepage":"https://github.com/jcberquist/aws-cfml",
"installPaths":{
"testbox":"testbox/"
},
"instructions":"",
"keywords":[
"aws",
"APIs"
],
"license":[
{
"type":"MIT",
"URL":"http://opensource.org/licenses/MIT"
}
],
"location":"jcberquist/aws-cfml#v1.35.0",
"name":"aws-cfml",
"packageDirectory":"awscfml",
"private":false,
"projectURL":"",
"shortDescription":"AWS CFML is a CFML library for interacting with AWS APIs",
"slug":"aws-cfml",
"type":"modules",
"version":"1.35.0"
}