-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
44 lines (44 loc) · 1.05 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "web-components-book-code-examples",
"version": "0.0.0",
"authors": [
"Jason Strimpel <[email protected]>"
],
"description": "a flattened version of the book code samples",
"moduleType": [
"globals"
],
"keywords": [
"web components"
],
"license": "MIT",
"homepage": "https://github.com/WebComponentsBook/code-examples",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor",
"test",
"tests"
],
"dependencies": {
"chapter-16_grunt-vulcanize": "*",
"chapter-16_vulcanize": "*",
"x-dialog-chapter-15_karma": "*",
"chapter-14_x-dialog": "*",
"chapter-14_x-dialog-nojquery": "*",
"chapter-9_dialog": "*",
"chapter-8_apache-chief": "*",
"chapter-8_dialog": "*",
"chapter-7_shamen": "*",
"chapter-7_dialog": "*",
"chapter-6_duvet": "*",
"chapter-6_dialog": "*",
"chapter-5_dialog": "*",
"chapter-4_dialog": "*",
"chapter-3_dialog": "*",
"chapter-2_voltron": "*",
"chapter-2_dialog": "*",
"webcomponent-seed": "*"
}
}