-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdatapackage.json
40 lines (40 loc) · 873 Bytes
/
datapackage.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
39
40
{
"name": "language-subtag-registry",
"profile": "data-package",
"title": "BCP 47/IANA language subtag data",
"description": "Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.",
"version": "0.4.1",
"keywords": [
"iana",
"bcp47",
"subtags",
"rfc5646",
"language",
"tags"
],
"licenses": [
{
"id": "CC0-1.0",
"path": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
"title": "Creative Commons Zero v1.0 Universal"
}
],
"sources": [
{
"title": "IANA Language Subtag Registry",
"path": "http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry"
}
],
"contributors":[
{
"title": "Matthew Caruana Galizia",
"email": "[email protected]",
"role": "author"
}
],
"resources": [
{
"path": "data/json/registry.json"
}
]
}