-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 914 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 914 Bytes
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
{
"name": "github-elements",
"authors": [
"GitHub"
],
"keywords": [
"element-collection"
],
"license": "MIT",
"dependencies": {
"auto-check-element": "github/auto-check-element",
"auto-complete-element": "github/auto-complete-element",
"clipboard-copy-element": "github/clipboard-copy-element",
"details-dialog-element": "github/details-dialog-element",
"details-menu-element": "github/details-menu-element",
"g-emoji-element": "github/g-emoji-element",
"image-crop-element": "github/image-crop-element",
"include-fragment-element": "github/include-fragment-element",
"markdown-toolbar-element": "github/markdown-toolbar-element",
"remote-input-element": "github/remote-input-element",
"tab-container-element": "github/tab-container-element",
"task-lists-element": "github/task-lists-element",
"time-elements": "github/time-elements"
}
}