-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 988 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
32
33
34
35
36
37
38
{
"name": "polymerday-twitter-realtimeline",
"version": "2.0.0",
"authors": [
"Edu Martin <[email protected]>"
],
"description": "Twitter real timeline",
"keywords": [
"polymer",
"web-component",
"web-components",
"twitter",
"tweet",
"timeline"
],
"main": "polymerday-twitter-realtimeline.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"socket.io-client": "^1.4.8",
"paper-button": "PolymerElements/paper-button#^1.0.13",
"paper-input": "PolymerElements/paper-input#^1.1.19",
"iron-form": "PolymerElements/iron-form#^1.1.4",
"polymerfire": "firebase/polymerfire#^0.9.7"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}