-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
31 lines (31 loc) · 936 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": "googleplus-timeline",
"version": "0.8-stable",
"authors": [
"Ana Isabel Lopera <[email protected]>"
],
"description": "Polymer Web Component that obtains Google Plus feed for an user.",
"keywords": [
"web-component",
"polymer",
"googleplus"
],
"main": "googleplus-timeline.html",
"license": "https://github.com/ailopera/googleplus-timeline/LICENSE",
"homepage": "https://github.com/ailopera/googleplus-timeline",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0",
"paper-styles": "PolymerElements/paper-styles#~1.0.13",
"iron-image": "PolymerElements/iron-image#~1.2.0",
"paper-icon-button": "PolymerElements/paper-icon-button#~1.0.6",
"google-login": "^2.0.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
}
}