Skip to content

Commit 75c63bb

Browse files
committed
package.json
1 parent 8090a6f commit 75c63bb

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

package.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "@smarthtmlelements/smart-elements",
3+
"version": "2.0.0",
4+
"description": "Smart Elements",
5+
"scripts": {
6+
},
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/HTMLElements/smart-elements.git"
10+
},
11+
"author": "Smart HTML Elements",
12+
"license": "SEE LICENSE IN https://www.htmlelements.com/license/",
13+
"bugs": {
14+
"url": "https://github.com/HTMLElements/smart-elements"
15+
},
16+
"homepage": "https://github.com/HTMLElements/smart-elements#readme",
17+
"devDependencies": {
18+
19+
},
20+
"dependencies": {
21+
},
22+
"main": "index.js",
23+
"directories": {},
24+
"keywords": [
25+
"custom",
26+
"element",
27+
"web components",
28+
"webcomponents",
29+
"customelements",
30+
"custom elements",
31+
"html elements",
32+
"javascript es6"
33+
"javascript"
34+
]
35+
}

0 commit comments

Comments
 (0)