-
Notifications
You must be signed in to change notification settings - Fork 3
/
box.json
34 lines (34 loc) · 962 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
{
"name":"JSONPrettyPrint",
"version":"1.4.2",
"author":"",
"homepage":"https://github.com/Ortus-Solutions/JSONPrettyPrint",
"documentation":"https://github.com/Ortus-Solutions/JSONPrettyPrint",
"repository":{
"type":"git",
"URL":"https://github.com/Ortus-Solutions/JSONPrettyPrint"
},
"bugs":"https://github.com/Ortus-Solutions/JSONPrettyPrint/issues",
"slug":"JSONPrettyPrint",
"shortDescription":"Pretty print JSON objects",
"description":"Pretty print JSON objects",
"type":"modules",
"dependencies":{},
"devDependencies":{
"coldbox":"^4.3.0+188",
"testbox":"^2.4.0+80"
},
"installPaths":{
"testbox":"testbox",
"coldbox":"tests/resources/app/coldbox"
},
"scripts":{
"onRelease":"forgebox use ortus && publish",
"postPublish":"!git push --tags"
},
"ignore":[
"**/.*",
"test",
"tests"
]
}