-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
28 lines (28 loc) · 840 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
{
"name": "pg_libnumbertext",
"abstract": "Converts numbers to words in a variety of languages",
"version": "0.1.0",
"maintainer": "Benjamin L. Merritt <[email protected]>",
"license": ["bsd", "lgpl_3_0"],
"provides": {
"pg_libnumbertext": {
"abstract": "Converts numbers to words in a variety of languages",
"file": "pg_libnumbertext--0.1.0.sql",
"version": "0.1.0"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/blm768/pg-libnumbertext/issues/"
},
"repository": {
"url": "git://github.com/blm768/pg-libnumbertext.git",
"web": "http://github.com/blm768/pg-libnumbertext/",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}