forked from BrightspaceUILabs/file-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
53 lines (53 loc) · 1.62 KB
/
bower.json
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "d2l-file-uploader",
"description": "Polymer-based web component for D2L file uploader",
"main": "d2l-file-uploader.html",
"license": "Apache-2.0",
"ignore": [
".editorconfig",
".eslintrc",
".gitignore",
".travis.yml",
"package.json",
"wct.config.json",
"test"
],
"dependencies": {
"app-localize-behavior": "PolymerElements/app-localize-behavior#^1.0.2 || ^2.0.0",
"d2l-colors": "^2.4.0 || ^3.1.0",
"d2l-offscreen": "^3.0.1 || ^2.2.5",
"polymer": "Polymer/polymer#^1.9.1 || ^2.0.0"
},
"devDependencies": {
"d2l-typography": "^6.0.0 || ^5.4.0",
"iron-component-page": "PolymerElements/iron-component-page#1 - 2",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#1 - 2",
"iron-test-helpers": "^2.0.0",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"variants": {
"1.x": {
"dependencies": {
"app-localize-behavior": "PolymerElements/app-localize-behavior#^1.0.2",
"d2l-colors": "^2.4.0",
"d2l-offscreen": "^2.2.5",
"polymer": "Polymer/polymer#^1.9.1"
},
"devDependencies": {
"d2l-typography": "^5.4.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.1.9",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.6",
"iron-test-helpers": "^1.4.1",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
"webcomponentsjs": "^v0.7.0"
}
}
},
"resolutions": {
"webcomponentsjs": "^v1.0.0"
}
}