-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
35 lines (35 loc) · 1.17 KB
/
box.json
File metadata and controls
35 lines (35 loc) · 1.17 KB
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 Emoji",
"version":"1.1.0",
"author":"Ortus Solutions, Corp",
"homepage":"https://www.ortussolutions.com",
"location":"commandbox-modules/commandbox-emoji#v1.1.0",
"documentation":"https://github.com/commandbox-modules/commandbox-emoji",
"repository":{
"type":"git",
"url":"https://github.com/commandbox-modules/commandbox-emoji"
},
"bugs":"https://github.com/commandbox-modules/commandbox-emoji/issues",
"shortDescription":"CommandBox command and library for providing emoji's at the CLI level",
"slug":"commandbox-emoji",
"type":"commandbox-modules",
"keywords":"emoji, emoji, and more emoji",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors":[],
"dependencies":{
"cbemoji":"^1.0.0"
},
"installPaths":{
"cbemoji":"modules/cbemoji"
},
"scripts":{
"postVersion":"package set location='commandbox-modules/commandbox-emoji#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
}
}