-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA.json
More file actions
46 lines (46 loc) · 1.12 KB
/
META.json
File metadata and controls
46 lines (46 loc) · 1.12 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "json_build",
"abstract": "Functions to help build JSON objects",
"description": "Helper functions to make it easier to build complex json objects.",
"version": "1.0.0",
"maintainer": [
"Andrew Dunstan <andrew@dunslane.net>"
],
"license": "postgresql",
"provides": {
"json_build": {
"abstract": "Functions to help build JSON objects",
"file": "sql/json_build.sql",
"docfile": "doc/json_build.md",
"version": "1.0.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": ">= 9.2.0"
}
}
},
"resources": {
"repository": {
"url": "https://github.com/pgexperts/json_build.git",
"web": "https://github.com/pgexperts/json_build",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/pgexperts/json_build/issues"
}
},
"generated_by": "Andrew Dunstan",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"json",
"build",
"array",
"object"
]
}