-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 889 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
{
"name": "juicy-html",
"version": "4.0.1",
"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.html",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "^0.3.0"
}
}