-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
box.json
34 lines (34 loc) · 1.36 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
{
"name" : "Spreadsheet CFML",
"slug" : "spreadsheet-cfml",
"version" : "4.2.1",
"shortDescription" : "CFML spreadsheet library",
"author" : "Julian Halliwell",
"location" : "forgeboxStorage",
"homepage" : "https://github.com/cfsimplicity/spreadsheet-cfml",
"projectURL" : "https://github.com/cfsimplicity/spreadsheet-cfml",
"documentation" : "https://github.com/cfsimplicity/spreadsheet-cfml/blob/main/README.md",
"changelog" : "https://github.com/cfsimplicity/spreadsheet-cfml/blob/main/CHANGELOG.md",
"bugs" : "https://github.com/cfsimplicity/spreadsheet-cfml/issues",
"repository" : {
"type" : "git", "URL" : "https://github.com/cfsimplicity/spreadsheet-cfml"
},
"engines" : [
{ "type" : "lucee", "version" : ">=5.x.x" },
{ "type" : "adobe", "version" : ">=2018.0.0" }
],
"defaultEngine" : "lucee",
"license" : [
{ "type" : "MIT", "URL" : "https://github.com/cfsimplicity/spreadsheet-cfml/blob/main/LICENSE" }
],
"devDependencies" : {
"testbox" : ">=5.0.0"
},
"type" : "modules",
"keywords" : [ "cfspreadsheet", "coldfusion", "lucee", "module", "spreadsheet", "csv" ],
"private" : "false",
"ignore" : [ ".github", "build", "src", "test", ".gitattributes", "CHANGELOG.md", "README.md" ],
"scripts":{
"cfpmInstall": "cfpm install image"
}
}