forked from cfsimplicity/spreadsheet-cfml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
28 lines (28 loc) · 1.19 KB
/
Copy pathbox.json
File metadata and controls
28 lines (28 loc) · 1.19 KB
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
{
"name" : "LuceeSpreadsheet",
"slug" : "lucee-spreadsheet",
"version" : "1.1.0",
"author" : "Julian Halliwell",
"location" : "https://github.com/cfsimplicity/lucee-spreadsheet",
"Homepage" : "https://github.com/cfsimplicity/lucee-spreadsheet",
"Documentation" : "https://github.com/cfsimplicity/lucee-spreadsheet/blob/master/README.md",
"Repository" : {
"type" : "git", "URL" : "https://github.com/cfsimplicity/lucee-spreadsheet"
},
"Bugs" : "https://github.com/cfsimplicity/lucee-spreadsheet/issues",
"shortDescription" : "Spreadsheet Library for Lucee",
"changelog" : "https://github.com/cfsimplicity/lucee-spreadsheet/blob/master/CHANGELOG.md",
"type" : "modules",
"keywords" : [ "cfspreadsheet", "lucee", "module", "spreadsheet" ],
"private" : "false",
"engines" : [
{ "type" : "lucee", "version" : ">=4.5.x" },
{ "type" : "adobe", "version" : ">=11.0.0" }
],
"defaultEngine" : "lucee",
"ProjectURL" : "https://github.com/cfsimplicity/lucee-spreadsheet",
"License" : [
{ "type" : "MIT", "URL" : "https://github.com/cfsimplicity/lucee-spreadsheet/blob/master/LICENSE" }
],
"ignore" : [ "test" ]
}