-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
38 lines (38 loc) · 1022 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
34
35
36
37
38
{
"name": "salesforce_id",
"abstract": "A more efficient way to represent a Salesforce ID than a string",
"version": "1.0.0",
"maintainer": "Sylvain Verly <[email protected]>",
"license": "postgresql",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"provides": {
"salesforce_id": {
"abstract": "A more efficient way to represent a Salesforce ID than a string",
"file": "salesforce_id--1.0.sql",
"docfile": "README.md",
"version": "1.0.0"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/sylvainv/pg-salesforce-id/issues/"
},
"repository": {
"web": "https://github.com/sylvainv/pg-salesforce-id",
"type": "git"
}
},
"generated_by": "Sylvain Verly",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"salesforce",
"SalesforceId",
"salesforce id"
]
}