This repository was archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 1.69 KB
/
bower.json
File metadata and controls
49 lines (49 loc) · 1.69 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
42
43
44
45
46
47
48
49
{
"name": "cms-hax",
"description": "A LRN app",
"main": "cms-hax.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.10.1",
"hax-body": "LRNWebComponents/hax-body#^0.20.9",
"hax-body-behaviors": "LRNWebComponents/hax-body-behaviors#^1.12.4",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^2.1.0",
"iron-selector": "PolymerElements/iron-selector#^2.1.0",
"web-animations-js": "web-animations/web-animations-js#^2.2.0",
"paper-spinner": "PolymerElements/paper-spinner#^2.1.0",
"schema-behaviors": "LRNWebComponents/schema-behaviors#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
"iron-meta": "^2.0.3",
"paper-button": "1 - 2",
"iron-iconset-svg": "^2.1.0",
"iron-icon": "^2.0.1",
"iron-flex-layout": "^2.0.1",
"iron-icons": "^2.0.0",
"iron-ajax": "^2.0.6",
"polymer": "^1.7.1",
"webcomponentsjs": "^0.7.0",
"paper-item": "^2.0.0",
"paper-menu-button": "^2",
"paper-icon-button": "^2.2.0",
"neon-animation": "1 - 2",
"paper-input": "1 - 2",
"paper-checkbox": "^2.0.1",
"iron-image": "1 - 2",
"iron-collapse": "^2.0.0",
"iron-resizable-behavior": "^2.1.0",
"paper-dropdown-menu": "^2.1.0",
"paper-tooltip": "^2.0.0",
"iron-overlay-behavior": "^2.2.0",
"iron-selector": "1 - 2",
"paper-styles": "^2.0.0",
"eco-json-schema-form": "1.0.0-lrn10",
"schema-behaviors": "^0.2.0",
"paper-spinner": "^2.1.0"
}
}