Skip to content

Commit

Permalink
Fixed bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
myfrom committed Dec 22, 2016
1 parent fb6a91b commit edf3189
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
{
"name": "paper-pager",
"version": "0.1.0",
"description": "A little Material Design page indicator",
"main": "paper-pager.html",
"authors": [
"Witus13"
],
"keywords": [
"web-components",
"polymer",
"paper",
"pager"
],
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/Witus13/paper-pager"
},
"license": "https://raw.githubusercontent.com/Witus13/paper-pager/master/LICENSE",
"homepage": "https://github.com/Witus13/paper-pager",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#1.7.0",
"iron-selector": "PolymerElements/iron-selector#^1.5.2"
Expand All @@ -11,5 +28,6 @@
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}
},
"main": "paper-pager.html"
}

0 comments on commit edf3189

Please sign in to comment.