-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMETA.json
48 lines (48 loc) · 1.06 KB
/
META.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
45
46
47
48
{
"name": "json_accessors",
"abstract": "JSON accessor functions",
"description": "Extension provides stored functions for accessing JSON fields by keys and converting JSON arrays.",
"version": "1.3.6",
"maintainer": [
"Eugene Seliverstov <[email protected]>"
],
"license": "postgresql",
"provides": {
"json_accessors": {
"file": "sql/json_accessors.sql",
"docfile": "doc/json_accessors.md",
"version": "1.3.6"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
}
},
"test": {
"requires": {
"plpgsql": 0
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/theirix/json_accessors/issues/"
},
"repository": {
"url": "git://github.com/theirix/json_accessors.git",
"web": "http://github.com/theirix/json_accessors/",
"type": "git"
}
},
"generated_by": "Eugene Seliverstov",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"json",
"function"
]
}