-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 1.01 KB
/
bower.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "pf-pageindicator",
"main": "pf-pageindicator.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0-rc.2",
"paper-listbox": "PolymerElements/paper-listbox#2.0-preview"
},
"authors": [
"Pixy Flux <info@pixyflux.com>"
],
"homepage": "http://pixyflux.com",
"license": "MIT",
"ignore": [
],
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#2.0-preview",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#2.0-preview",
"web-component-tester": "v6.0.0-prerelease.5",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0-rc.5"
},
"keywords": [
"Polymer",
"Polymer 2.0",
"page",
"indicator",
"iron pages",
"page selector",
"page indicator",
"dots"
],
"bugs": {
"url": "https://github.com/PFElements/pf-pageindicator/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/PFElements/pf-pageindicator"
},
"resolutions": {
"polymer": "^2.0.0-rc.2"
}
}