Skip to content

Commit 1d64903

Browse files
authored
bower.json
1 parent bd24e27 commit 1d64903

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bower.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "smart-html-elements-core",
3+
"authors": [
4+
"jQWidgets Ltd"
5+
],
6+
"description": "Smart HTML Elements is an evolving set of free, open sourced custom HTML elements, built using native Javascript and CSS.",
7+
"license": "Apache-2.0",
8+
"keywords": [
9+
"smart html elements",
10+
"core",
11+
"elements",
12+
"web",
13+
"components",
14+
"webcomponents",
15+
"web-components",
16+
"element-collection"
17+
],
18+
"main": "",
19+
"ignore": [
20+
"**/.*",
21+
"**/node_modules",
22+
"**/bower_components",
23+
"**/tests"
24+
],
25+
"dependencies": {
26+
"smart-button": "HTMLElements/smart-button"
27+
}
28+
}

0 commit comments

Comments
 (0)