-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbox.json
34 lines (34 loc) · 1021 Bytes
/
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
{
"dependencies":{
"launchdarkly-java-server-sdk":"jar: https://repo1.maven.org/maven2/com/launchdarkly/launchdarkly-java-server-sdk/7.5.0/launchdarkly-java-server-sdk-7.5.0.jar"
},
"devDependencies":{
"testbox":"^5.4.0-snapshot"
},
"installPaths":{
"launchdarkly-java-server-sdk":"lib/launchdarkly-java-server-sdk/",
"testbox":"testbox/"
},
"name":"LaunchDarkly SDK",
"scripts":{
"postVersion":"publish",
"onRelease":"!git push --follow-tags"
},
"homepage":"https://github.com/coldbox-modules/LaunchDarklySDK",
"repository":{
"type":"",
"URL":"https://github.com/coldbox-modules/LaunchDarklySDK"
},
"slug":"LaunchDarklySDK",
"shortDescription":"CFML SDK for LaunchDarkly",
"type":"modules",
"author":"Brad Wood",
"version":"3.0.0",
"ignore":[
"**/.*",
"/tests",
"*.md",
"/server.json",
"/server*.json"
]
}