Skip to content

Commit f14f41c

Browse files
authored
Create bower.json
1 parent 815ed35 commit f14f41c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "smart-custom-element",
3+
"authors": [
4+
"jQWidgets Ltd"
5+
],
6+
"description": "Smart Custom Element is a Javascript library for Custom Elements development",
7+
"license": "Apache-2.0",
8+
"keywords": [
9+
"smart element",
10+
"custom elements",
11+
"web components",
12+
"html elements"
13+
],
14+
"main": "",
15+
"ignore": [
16+
"**/.*",
17+
"**/node_modules",
18+
"**/bower_components",
19+
"**/tests"
20+
],
21+
"dependencies": {
22+
"webcomponentsjs": "^1.0.0",
23+
"smart-core": "HTMLElements/smart-core"
24+
}
25+
}

0 commit comments

Comments
 (0)