Skip to content

Commit 368a866

Browse files
authored
Create package.json
1 parent 7738042 commit 368a866

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

package.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"name": "@smarthtmlelements/smart-custom-element",
3+
"version": "1.0.0",
4+
"description": "Smart Custom Element",
5+
"scripts": {
6+
},
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/HTMLElements/smart-custom-element.git"
10+
},
11+
"author": "Smart HTML Elements",
12+
"license": "SEE LICENSE IN https://www.htmlelements.com/pricing/",
13+
"bugs": {
14+
"url": "https://github.com/HTMLElements/smart-custom-element"
15+
},
16+
"homepage": "https://github.com/HTMLElements/smart-custom-element#readme",
17+
"devDependencies": {
18+
19+
},
20+
"dependencies": {
21+
"@webcomponents/webcomponentsjs": "^1.0.22",
22+
"@smarthtmlelements/smart-core": "^1.0.1"
23+
},
24+
"main": "index.js",
25+
"directories": {},
26+
"keywords": [
27+
"custom",
28+
"element",
29+
"custom element",
30+
"html element",
31+
"web components",
32+
"javascript",
33+
"html elements",
34+
"html tags",
35+
"custom elements",
36+
"custom elements v1",
37+
"smart custom element",
38+
"custom-elements",
39+
"webcomponents",
40+
"custom elements framework",
41+
"html templates",
42+
"shadow dowm",
43+
"event handling",
44+
"data binding",
45+
"property change notifications",
46+
"localization",
47+
"javascript framework",
48+
"agnostic events handling",
49+
"declarative data binding",
50+
"user interface components"
51+
]
52+
}

0 commit comments

Comments
 (0)