-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
38 lines (38 loc) · 971 Bytes
/
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
{
"name": "pg_feedback",
"abstract": "PostgreSQL usage",
"description": "The `pg_feedback` module generates a report about PostgreSQL usage.",
"version": "0.2.2",
"maintainer": [
"Sergey Bronnikov <estetus@gmail.com>"
],
"license": "postgresql",
"resources": {
"bugtracker": {
"web": "https://github.com/ligurio/pg_feedback/issues"
},
"repository": {
"url": "git://github.com:ligurio/pg_feedback.git",
"web": "https://github.com/ligurio/pg_feedback",
"type": "git"
}
},
"generated_by": "Sergey Bronnikov",
"provides": {
"pg_feedback": {
"file": "pg_feedback--1.0.sql",
"docfile": "README.md",
"version": "0.2.2",
"abstract": "PostgreSQL usage"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"feedback",
"usage",
"quality"
]
}