Skip to content

Commit 5cd8a67

Browse files
committed
Add box.json
1 parent 35a844b commit 5cd8a67

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

box.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name" : "Lucee OsgiLoader",
3+
"slug" : "lucee-osgiloader",
4+
"version" : "1.0.0",
5+
"shortDescription" : "A simple tool for installing OSGi bundles dynamically in Lucee",
6+
"author" : "Julian Halliwell",
7+
"location" : "https://github.com/cfsimplicity/luceeOsgiLoader/archive/v1.0.0.zip",
8+
"homepage" : "https://github.com/cfsimplicity/luceeOsgiLoader",
9+
"projectURL" : "https://github.com/cfsimplicity/luceeOsgiLoader",
10+
"documentation" : "https://github.com/cfsimplicity/luceeOsgiLoader/blob/master/README.md",
11+
"bugs" : "https://github.com/cfsimplicity/luceeOsgiLoader/issues",
12+
"repository" : { "type" : "git", "URL" : "https://github.com/cfsimplicity/luceeOsgiLoader" },
13+
"engines" : [ { "type" : "lucee", "version" : ">=5.x.x" } ],
14+
"license" : [ { "type" : "MIT", "URL" : "https://github.com/cfsimplicity/luceeOsgiLoader/blob/master/LICENSE" } ],
15+
"devDependencies" : { "testbox" : ">=2.1.x" },
16+
"type" : "modules",
17+
"keywords" : [ "osgi", "lucee", "module", "java", "jars" ],
18+
"private" : "false",
19+
"ignore" : [ "test" ]
20+
}

0 commit comments

Comments
 (0)