-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathbox.json
43 lines (43 loc) · 1.32 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
{
"name":"CFConfig Services",
"version":"2.1.2",
"author":"Brad Wood",
"location":"forgeboxstorage",
"homepage":"https://github.com/Ortus-Solutions/cfconfig",
"slug":"cfconfig-services",
"shortDescription":"A library to read/write/store CF engine configs. This project is just the service layer, not the CLI component.",
"type":"modules",
"keywords":"ColdFusion,Lucee,Railo,CFML,config",
"projectURL":"https://github.com/Ortus-Solutions/cfconfig",
"dependencies":{
"lucee-password-util":"^1.0.0",
"adobe-password-util":"^1.0.0",
"propertyFile":"^1.0.7",
"semver":"^1.0.0",
"JSONPrettyPrint":"^1.2.6"
},
"scripts":{
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"ignore":[
"**/.*",
"/tests",
"/modules",
"/coldbox",
"/testbox"
],
"installPaths":{
"lucee-password-util":"modules/lucee-password-util/",
"adobe-password-util":"modules/adobe-password-util/",
"coldbox":"coldbox/",
"propertyFile":"modules/propertyFile/",
"semver":"modules/semver/",
"JSONPrettyPrint":"modules/JSONPrettyPrint/",
"testbox":"testbox/"
},
"devDependencies":{
"coldbox":"^4.3.0+188",
"testbox":"^3.1.0"
}
}