-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 981 Bytes
/
bower.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
{
"name": "fs-family",
"version": "0.1.3",
"authors": [
"Justin York"
],
"description": "Display one couple and optionally load and display the couple's children.",
"keywords": [
"web-component",
"polymer",
"FamilySearch"
],
"main": "fs-family.html",
"license": "MIT",
"homepage": "https://github.com/fs-webcomponents/fs-family/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"fs-client": "fs-webcomponents/fs-client#~0.1.9",
"fs-behavior": "fs-webcomponents/fs-behavior#~0.1.4",
"paper-card": "PolymerElements/paper-card#~1.0.5",
"fs-person-chip": "fs-webcomponents/fs-person-chip#~0.1.2",
"iron-collapse": "PolymerElements/iron-collapse#~1.0.3",
"paper-button": "PolymerElements/paper-button#~1.0.6"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"fs-signin": "fs-webcomponents/fs-signin#~0.1.6"
}
}