forked from PolymerLabs/indie-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.json
108 lines (108 loc) · 3.99 KB
/
catalog.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"packages": {
"fs-add-person": {
"git": "https://github.com/fs-webcomponents/fs-add-person",
"description": "Dialog that walks the user through the process of adding a new person to the FamilySearch Family Tree"
},
"fs-api-aware": {
"git": "https://github.com/fs-webcomponents/fs-api-aware",
"description": "Enables elements to connect to a specific SDK instance"
},
"fs-attribution": {
"git": "https://github.com/fs-webcomponents/fs-attribution",
"description": "Display the attribution of a conclusion"
},
"fs-client": {
"git": "https://github.com/fs-webcomponents/fs-client",
"description": "Setup and manage the JavaScript SDK"
},
"fs-conclusion-mixin": {
"git": "https://github.com/fs-webcomponents/fs-conclusion-mixin",
"description": "Shared template and behavior for conclusions"
},
"fs-contributor": {
"git": "https://github.com/fs-webcomponents/fs-contributor",
"description": "Display the contributor"
},
"fs-date": {
"git": "https://github.com/fs-webcomponents/fs-date",
"description": "Display, edit, and normalize a date"
},
"fs-fact": {
"git": "https://github.com/fs-webcomponents/fs-fact",
"description": "Display and edit a fact"
},
"fs-pedigree": {
"git": "https://github.com/fs-webcomponents/fs-pedigree",
"description": "Display a person's pedigree"
},
"fs-person-card": {
"git": "https://github.com/fs-webcomponents/fs-person-card",
"description": "Summary card for a person"
},
"fs-person-chip": {
"git": "https://github.com/fs-webcomponents/fs-person-chip",
"description": "Material design chip for a person"
},
"fs-person-facts": {
"git": "https://github.com/fs-webcomponents/fs-person-facts",
"description": "List a person's facts"
},
"fs-person-families": {
"git": "https://github.com/fs-webcomponents/fs-person-families",
"description": "Display a person's families"
},
"fs-person-gender": {
"git": "https://github.com/fs-webcomponents/fs-person-gender",
"description": "Display and update a person's gender"
},
"fs-person-mixin": {
"git": "https://github.com/fs-webcomponents/fs-person-mixin",
"description": "Class mixin of shared person behavior"
},
"fs-person-name": {
"git": "https://github.com/fs-webcomponents/fs-person-name",
"description": "Display and edit a person's name"
},
"fs-person-portrait": {
"git": "https://github.com/fs-webcomponents/fs-person-portrait",
"description": "Display a person's portrait"
},
"fs-person-sources": {
"git": "https://github.com/fs-webcomponents/fs-person-sources",
"description": "List the sources attached to a person"
},
"fs-person-summary": {
"git": "https://github.com/fs-webcomponents/fs-person-summary",
"description": "Summary of a person"
},
"fs-person-vitals": {
"git": "https://github.com/fs-webcomponents/fs-person-vitals",
"description": "Display and edit a person's vitals"
},
"fs-place": {
"git": "https://github.com/fs-webcomponents/fs-place",
"description": "Display, edit, and normalize a place"
},
"fs-request": {
"git": "https://github.com/fs-webcomponents/fs-request",
"description": "Declaratively handle API requests"
},
"fs-signin": {
"git": "https://github.com/fs-webcomponents/fs-signin",
"description": "Sign in button"
},
"fs-source-attachments": {
"git": "https://github.com/fs-webcomponents/fs-source-attachments",
"description": "List person's that a source is attached to"
},
"fs-user-history": {
"git": "https://github.com/fs-webcomponents/fs-user-history",
"description": "Display a user's history"
},
"fs-user-mixin": {
"git": "https://github.com/fs-webcomponents/fs-user-mixin",
"description": "Shared behavior for loading the user's profile"
}
}
}