-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbox.json
44 lines (43 loc) · 1.26 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name":"CFDocs Command",
"version":"0.1.5",
"author":"Pete Freitag,\n \n \n Foundeo Inc.",
"location":"foundeo/cfdocs-command#v0.1.5",
"homepage":"http://cfdocs.org/",
"documentation":"https://github.com/foundeo/cfdocs-command",
"repository":{
"type":"Git",
"url":"https://github.com/foundeo/cfdocs-command.git"
},
"bugs":"",
"slug":"cfdocs",
"shortDescription":"A command for accessing CFML documentation powered by cfdocs.org",
"description":"Displays concise CFML documentation (tag attributes,\n \n \n function arguments,\n \n \n etc) quickly including examples (in some cases).",
"instructions":"",
"changelog":"https://github.com/foundeo/cfdocs-command/blob/master/cfdocs/changelog.txt",
"type":"commandbox-modules",
"keywords":[
"documenation",
"docs",
"cfdocs",
"cfdoc",
"livedocs"
],
"license":[
{
"type":"",
"url":""
}
],
"contributors":[
],
"scripts":{
"postVersion":"package set location='foundeo/cfdocs-command#v`package version`'",
"onRelease":"publish"
},
"ignore":[
"**/.*",
"test",
"tests"
]
}