Skip to content

Commit

Permalink
Updated license
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsc committed Nov 3, 2016
1 parent 037b9be commit 862831e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# \<simple-carousel\>
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://beta.webcomponents.org/element/owner/my-element)

`<simple-carousel>` is a simple configurable carousel component for Polymer 1.0. It provides a simple way to insert HTML content in slides and multiple options to configure their functionality and transitions.

Expand Down Expand Up @@ -40,4 +41,8 @@ $ bower install --save polymer-simple-carousel

```html
<link rel="import" href="simple-carousel.html">
```
```

## License

Apache License 2.0
15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
{
"name": "simple-carousel",
"version": "1.0.0",
"description": "Simple carousel component for Polymer 1.0",
"authors": [
"franjsc"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"carousel"
],
"main": "simple-carousel.html",
"repository": {
"type": "git",
"url": "git://github.com/franjsc/simple-carousel"
},
"license": "Apache-2.0",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0"
},
Expand Down

0 comments on commit 862831e

Please sign in to comment.