We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815ed35 commit f14f41cCopy full SHA for f14f41c
bower.json
@@ -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