-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbox.json
54 lines (54 loc) · 1.22 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
{
"name":"SecurityUtil",
"slug":"securityutil",
"version":"1.1.0.0",
"author":"Foundeo Inc. <[email protected]>",
"location":"https://github.com/foundeo/cfml-security",
"Homepage":"https://github.com/foundeo/cfml-security",
"Documentation":"https://github.com/foundeo/cfml-security",
"Repository":{
"type":"git",
"URL":"https://github.com/foundeo/cfml-security"
},
"Bugs":"https://github.com/foundeo/cfml-security/issues",
"shortDescription":"Various Utilities Methods for Security",
"keywords":[
"security",
"esapi",
"encodefor"
],
"private":"false",
"engines":[
{
"type":"railo",
"version":">=4.1.x"
},
{
"type":"adobe",
"version":">=9.0.0"
}
],
"License":[
{
"type":"MIT",
"URL":""
}
],
"Contributors":[
{
"name":"Pete Freitag",
"url":"http://www.petefreitag.com"
}
],
"ignore":[
"tests/*",
"README.md",
"test.cfm"
],
"devDependencies":{
"testbox":"2.0.0"
},
"installPaths":{
"testbox":"tests/testbox"
}
}