-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 797 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "editable-list",
"description": "CRUD list in Polymer 2.x",
"main": "editable-list.html",
"dependencies": {
"polymer": "^2.0.0-rc.2",
"paper-fab": "PolymerElements/paper-fab#2.0-preview",
"paper-input": "PolymerElements/paper-input#2.0-preview",
"paper-icon-button": "PolymerElements/paper-icon-button#2.0-preview",
"iron-icons": "^1.2.1"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#2.0-preview",
"web-component-tester": "^6.0.0-prerelease.5",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0-rc.5"
},
"resolutions": {
"polymer": "^2.0.0-rc.2",
"webcomponentsjs": "^1.0.0-rc.5",
"iron-icon": "2.0-preview",
"iron-flex-layout": "2.0-preview",
"iron-meta": "2.0-preview"
}
}