-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
22 lines (22 loc) · 800 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
{
"name":"CFWheels iCal4j",
"version":"2.0.0",
"author":"Tom King",
"location":"neokoenig/cfwheels-ical4j#v2.0.0",
"directory":"/plugins/",
"createPackageDirectory":true,
"packageDirectory":"ical4j",
"slug":"cfwheels-ical4j",
"type":"cfwheels-plugins",
"homepage":"https://github.com/neokoenig/cfwheels-ical4j",
"shortDescription":"CFWheels 2.x Plugin Date Repeats Methods via iCal4J Java Lib",
"keywords":"iCal",
"private":false,
"scripts":{
"postVersion":"package set location='neokoenig/cfwheels-ical4j#v`package version`'",
"postPublish":"!git push --follow-tags",
"patch-release":"bump --patch && publish",
"minor-release":"bump --minor && publish",
"major-release":"bump --major && publish"
}
}