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 2
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 1.35 KB
/
bower.json
File metadata and controls
32 lines (32 loc) · 1.35 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
{
"name": "editable-table",
"description": "A LRN element",
"main": "editable-table.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.10.1",
"iron-ajax": "PolymerElements/iron-ajax#^2.1.3",
"paper-input": "PolymerElements/paper-input#^2.2.0",
"iron-autogrow-textarea": "PolymerElements/iron-autogrow-textarea#^2.2.0",
"paper-dropdown-menu": "PolymerElements/paper-dropdown-menu#^2.0.3",
"paper-listbox": "PolymerElements/paper-listbox#^2.1.0",
"paper-item": "PolymerElements/paper-item#^2.1.0",
"neon-animation": "PolymerElements/neon-animation#^2.2.1",
"web-animations-js": "web-animations/web-animations-js#^2.3.1",
"paper-menu-button": "PolymerElements/paper-menu-button#^2.1.0",
"paper-button": "PolymerElements/paper-button#^2.1.0",
"paper-toggle-button": "PolymerElements/paper-toggle-button#^2.1.0",
"paper-tooltip": "PolymerElements/paper-tooltip#^2.1.1",
"iron-a11y-keys": "PolymerElements/iron-a11y-keys#^2.1.1"
},
"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-ajax": "^2.1.3",
"paper-button": "^2.1.0",
"webcomponentsjs": "^v1.0.19"
}
}