forked from coldbox-modules/singleton-leak-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
24 lines (24 loc) · 836 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
{
"name":"Singleton Leak Detector",
"version":"1.0.2",
"author":"Brad Wood",
"location":"coldbox-modules/singleton-leak-detector#v1.0.2",
"homepage":"https://github.com/coldbox-modules/singleton-leak-detector",
"slug":"singleton-leak-detector",
"shortDescription":"A debugging module to help detect var scoping issues in your singletons",
"type":"modules",
"keywords":"Var,scoping,memory,leaks",
"projectURL":"https://github.com/coldbox-modules/singleton-leak-detector",
"scripts":{
"postVersion":"package set location='coldbox-modules/singleton-leak-detector#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"ignore":[
"**/.*",
"/tests",
"/modules",
"/coldbox",
"/testbox"
]
}