-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
20 lines (20 loc) · 1.05 KB
/
box.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name" : "Lucee OsgiLoader",
"slug" : "lucee-osgiloader",
"version" : "1.0.0",
"shortDescription" : "A simple tool for installing OSGi bundles dynamically in Lucee",
"author" : "Julian Halliwell",
"location" : "https://github.com/cfsimplicity/luceeOsgiLoader/archive/v1.0.0.zip",
"homepage" : "https://github.com/cfsimplicity/luceeOsgiLoader",
"projectURL" : "https://github.com/cfsimplicity/luceeOsgiLoader",
"documentation" : "https://github.com/cfsimplicity/luceeOsgiLoader/blob/main/README.md",
"bugs" : "https://github.com/cfsimplicity/luceeOsgiLoader/issues",
"repository" : { "type" : "git", "URL" : "https://github.com/cfsimplicity/luceeOsgiLoader" },
"engines" : [ { "type" : "lucee", "version" : ">=5.x.x" } ],
"license" : [ { "type" : "MIT", "URL" : "https://github.com/cfsimplicity/luceeOsgiLoader/blob/main/LICENSE" } ],
"devDependencies" : { "testbox" : ">=2.1.x" },
"type" : "modules",
"keywords" : [ "osgi", "lucee", "module", "java", "jars" ],
"private" : "false",
"ignore" : [ "test" ]
}