-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
33 lines (33 loc) · 874 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
{
"name": "pg_mustach",
"abstract": "PostgreSQL mustach",
"description": "PostgreSQL implementation of mustache templating",
"version": "1.0.15",
"maintainer": "RekGRpth <[email protected]>",
"license": "mit",
"provides": {
"pg_mustach": {
"file": "pg_mustach--1.0.sql",
"version": "1.0.15"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/RekGRpth/pg_mustach/issues"
},
"repository": {
"url": "git://github.com/RekGRpth/pg_mustach.git",
"web": "https://github.com/RekGRpth/pg_mustach",
"type": "git"
}
},
"generated_by": "RekGRpth",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"mustach",
"template"
]
}