-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
35 lines (35 loc) · 876 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
35
{
"name":"commandbox-ssg",
"version":"0.2.2",
"location":"ForgeboxStorage",
"author":"Robert Zehnder <[email protected]>",
"homepage":"https://github.com/robertz/commandbox-ssg",
"repository":{
"type":"Git",
"URL":"https://github.com/robertz/commandbox-ssg"
},
"scripts":{
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"bugs":"https://github.com/robertz/commandbox-ssg/issues",
"slug":"commandbox-ssg",
"description":"A static site generator implemented in Commandbox",
"instructions":"",
"type":"commandbox-modules",
"dependencies":{
"cbyaml":"^1.0.5"
},
"ignore":[
"**/.*",
"/test/",
"/tests/"
],
"installPaths":{
"cbyaml":"modules/cbyaml/"
},
"keywords":[
"blog",
"ssg"
]
}