-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
19 lines (19 loc) · 841 Bytes
/
bower.json
File metadata and controls
19 lines (19 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "file-uploader",
"description": "Element for multiple file upload",
"main": "file-uploader.html",
"dependencies": {
"app-localize-mixin": "git@github.com:sharedlabs/app-localize-mixin.git#^1.0.0",
"iron-image": "PolymerElements/iron-image#^1.2.5",
"offthread-image": "git@github.com:sharedlabs/offthread-image.git#^1.0.0",
"overlay-container": "git@github.com:sharedlabs/overlay-container.git#^1.0.0",
"paper-progress": "PolymerElements/paper-progress#^1.0.11",
"polymer": "git@github.com:Polymer/polymer#v2.0.0-rc.1"
},
"devDependencies": {
"input-file": "git@github.com:sharedlabs/input-file.git#^1.0.0",
"iron-component-page": "PolymerElements/iron-component-page#2.0-preview",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}