-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
31 lines (31 loc) · 992 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
{
"name": "pg_median_utils",
"abstract": "Median filter and iterative median filter window functions for Postgres",
"description": "Median filter and iterative median filter window functions for Postgres",
"version": "0.0.7",
"maintainer": "Jono Gray <[email protected]>",
"license": "mit",
"provides": {
"pg_median_utils": {
"abstract": "Median filter and iterative median filter window functions for Postgres",
"file": "sql/pg_median_utils.sql",
"docfile": "doc/pg_median_utils.md",
"version": "0.0.7"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/greenape/pg_median_utils/issues"
},
"repository": {
"url": "git://github.com/greenape/pg_median_utils.git",
"web": "https://github.com/greenape/pg_median_utils",
"type": "git"
}
},
"tags": [ "median", "median filter", "window function" ],
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}