-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
21 lines (21 loc) · 713 Bytes
/
box.json
File metadata and controls
21 lines (21 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name":"OpenCage Geocoder API",
"version":"1.0.0",
"author":"Gary Stanton",
"location":"GaryStanton/OpenCageCFC#v1.0.0",
"homepage":"https://garystanton.co.uk/",
"repository":{
"type":"git",
"URL":"https://github.com/GaryStanton/OpenCageCFC"
},
"bugs":"https://github.com/GaryStanton/OpenCageCFC/issues",
"slug":"OpenCage",
"shortDescription":"This module provides a wrapper for the OpenCage Geocoder API",
"type":"modules",
"keywords":"OpenCage Geocode",
"scripts":{
"postVersion":"package set location='GaryStanton/OpenCage#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
}
}