-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 881 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 881 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
26
27
28
29
30
31
32
33
34
35
{
"name": "juicy-html",
"description": "A custom element that lets you load HTML partials into your Web page. Declarative way for client-side includes.",
"version": "4.0.1",
"homepage": "https://github.com/Juicy/juicy-html",
"authors": [
"Joachim Wester <joachimwester@me.com>",
"Marcin Warpechowski <marcin@nextgen.pl>",
"Tomek Wytrebowicz <tomalecpub@gmail.com>"
],
"main": "juicy-html.html",
"license": "https://github.com/Juicy/juicy-html/blob/master/LICENSE",
"keywords": [
"include",
"partials",
"html",
"declarative",
"client-side",
"custom-element",
"web-components"
],
"ignore": [
"examples",
"index.html",
".gitignore",
"test",
".github"
],
"dependencies": {},
"devDependencies": {
"polymer": "^2.0.0",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "^1.0.0"
}
}