UNPKG
@tjmolinski/teds-element
Version:
latest (1.0.1)
1.0.1
1.0.0
Testing creating a web component with lit-element
@tjmolinski/teds-element
/
package.json
13 lines
(12 loc)
•
293 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"
@tjmolinski
/teds-element"
,
"version"
:
"1.0.1"
,
"description"
:
"Testing creating a web component with lit-element"
,
"main"
:
"teds-element.js"
,
"module"
:
"teds-element.js"
,
"dependencies"
: {
"lit-element"
:
"^2.2.1"
},
"author"
:
"TJ Molinski"
,
"license"
:
"ISC"
}