-
Notifications
You must be signed in to change notification settings - Fork 7
/
META.json
28 lines (28 loc) · 869 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_libphonenumber",
"abstract": "Stores and manipulates phone numbers using Google's libphonenumber",
"version": "0.1.0",
"maintainer": "Benjamin L. Merritt <[email protected]>",
"license": "apache_2_0",
"provides": {
"pg_libphonenumber": {
"abstract": "Stores and manipulates phone numbers using Google's libphonenumber",
"file": "pg_libphonenumber--0.1.0.sql",
"version": "0.1.0"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/blm768/pg-libphonenumber/issues/"
},
"repository": {
"url": "git://github.com/blm768/pg-libphonenumber.git",
"web": "http://github.com/blm768/pg-libphonenumber/",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}