-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
46 lines (46 loc) · 1.11 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
45
46
{
"name": "imported-template",
"version": "3.4.0",
"keywords": [
"include",
"partials",
"html",
"declarative",
"client-side",
"partial",
"template",
"custom-element",
"web-components",
"polymer"
],
"homepage": "https://github.com/Juicy/imported-template",
"authors": [
"Tomek Wytrebowicz <[email protected]>",
"Joachim Wester <[email protected]>",
"Marcin Warpechowski <[email protected]>"
],
"description": "Declarative way for client-side includes boosted with HTML Imports features: control over loaded `<script>`s, caching, de-duping, etc.",
"main": "./imported-template.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"../",
"test",
"tests",
"examples",
"preview.png",
"wct.conf.json"
],
"dependencies": {
"juicy-html": "^4.0.0"
},
"devDependencies": {
"iron-icon": "PolymerElements/iron-icon#~2.0.0",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#~2.0.0",
"web-component-tester": "^6.2.0",
"polymer": "^2.0.0",
"webcomponentsjs": "^1.0.0"
}
}