-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMETA.json
32 lines (32 loc) · 994 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
{
"name": "otp",
"abstract": "Implementation of TOTP which is compatible with google authenticator app.",
"description": "Implementation of TOTP which is compatible with google authenticator app.",
"version": "1.0.0",
"maintainer": "Marcel Asio",
"license": "postgresql",
"provides": {
"otp": {
"abstract": "Implementation of TOTP which is compatible with google authenticator app.",
"file": "sql/otp.sql",
"docfile": "README.md",
"version": "1.0.0"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/asio/otp"
},
"repository": {
"url": "https://github.com/asio/otp.git",
"web": "https://github.com/asio/otp",
"type": "git"
}
},
"release_status": "stable",
"generated_by": "Marcel Asio",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}