Skip to content

Commit

Permalink
Create bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov authored Jun 2, 2018
1 parent 815ed35 commit f14f41c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "smart-custom-element",
"authors": [
"jQWidgets Ltd"
],
"description": "Smart Custom Element is a Javascript library for Custom Elements development",
"license": "Apache-2.0",
"keywords": [
"smart element",
"custom elements",
"web components",
"html elements"
],
"main": "",
"ignore": [
"**/.*",
"**/node_modules",
"**/bower_components",
"**/tests"
],
"dependencies": {
"webcomponentsjs": "^1.0.0",
"smart-core": "HTMLElements/smart-core"
}
}

0 comments on commit f14f41c

Please sign in to comment.