-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbox.json
44 lines (44 loc) · 1.34 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
{
"name":"CBMongoDB for Coldbox",
"version":"4.0.0",
"author":"Jon Clausen <[email protected]>",
"slug":"cbmongodb",
"type":"modules",
"keywords":"nosql,mongo,mongodb,sdk",
"location":"http://oss.silowebworks.com.s3.amazonaws.com/coldbox-modules/cbmongodb/@build.version@/[email protected]@.zip",
"homepage":"https://github.com/jclausen/cbmongodb",
"documentation":"https://github.com/jclausen/cbmongodb/wiki",
"changelog":"https://github.com/jclausen/cbmongodb/blob/master/README.md",
"repository":{
"type":"git",
"url":"https://github.com/jclausen/cbmongodb.git"
},
"bugs":"https://github.com/jclausen/cbmongodb/issues",
"shortDescription":"A Coldbox Module and Virtual Entity Service for MongoDB",
"engines":[
{
"type":"lucee",
"version":">5"
},
{
"type":"adobe",
"version":">2016"
}
],
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[
"Jon Clausen <[email protected]>",
"Sana Ullah <[email protected]>"
],
"dependencies":{
"cbjavaloader":"stable"
},
"installPaths":{
"cbjavaloader":"modules/cbjavaloader/"
}
}