forked from jifalops/chat-window
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 793 Bytes
/
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
{
"name": "chat-window",
"description": "A simple and flexible chat window for listing messages.",
"main": "chat-window.html",
"authors": ["Jacob Phillips (https://github.com/jifalops) <jifalops@gmail.com>"],
"license": "MIT",
"keywords": [
"polymer",
"chat-window",
"chat",
"window",
"messages",
"input"
],
"dependencies": {
"polymer": "^2.0.0",
"paper-input": "^2.0.0",
"from-now": "jifalops/from-now#^0.4.0",
"paper-styles": "^2.0.0",
"paper-icon-button": "^2.0.0",
"iron-flex-layout": "^2.0.0",
"iron-icons": "^2.0.0",
"iron-icon": "^2.0.0"
},
"devDependencies": {
"iron-demo-helpers": "^2.0.0",
"iron-component-page": "^2.0.0",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "^1.0.0"
}
}