forked from Juicy/juicy-html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1022 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1022 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
36
37
38
39
40
41
{
"name": "juicy-html",
"version": "4.0.0",
"description": "A custom element that lets you load HTML partials into your Web page. Declarative way for client-side includes.",
"homepage": "https://github.com/Juicy/juicy-html",
"repository": {
"type": "git",
"url": "git://github.com/Juicy/juicy-html.git"
},
"bugs": {
"url": "https://github.com/Juicy/juicy-html/issues"
},
"author": {
"name": "Joachim Wester",
"email": "joachimwester@me.com",
"url": "http://www.starcounter.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"include",
"partials",
"html",
"declarative",
"client-side",
"custom-element",
"web-components"
],
"main": "./juicy-html.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "^0.3.0",
"@polymer/iron-demo-helpers": "^3.0.0-pre.19",
"@webcomponents/webcomponentsjs": "^2.0.0",
"wct-browser-legacy": "^1.0.0"
}
}