-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 895 Bytes
/
package.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
{
"name": "tag-html",
"version": "0.0.3",
"description": "Efficient, Fast ,Expressive, Extensible HTML templates with JavaScript Tagged Template Literals that render in any Environment",
"main": "tag-html.mjs",
"type": "module",
"module": "tag-html.mjs",
"esnext": "tag-html.mjs",
"scripts": {
"test": "node tag-html-test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/direktspeed/tag-html.git"
},
"keywords": [
"lit-html",
"html",
"lit",
"Polymer",
"ssr",
"tag-html",
"tag",
"webcomponents",
"customelement",
"element"
],
"author": "Frank Lemanschik <frank@dspeed.eu>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/direktspeed/tag-html/issues"
},
"homepage": "https://github.com/direktspeed/tag-html#readme",
"dependencies": {
"@most/core": "^1.5.0"
}
}