-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 1.11 KB
/
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
{
"name": "signin-button",
"version": "0.0.2",
"description": "A generic sign-in button element implementing the Google Sign-In button guidelines",
"authors": [
"Samuel Jones (@samthecodingman)"
],
"private": true,
"homepage": "https://github.com/samthecodingman/signin-button",
"repository": {
"type": "git",
"url": "git://github.com/samthecodingman/signin-button"
},
"main": "signin-button-elements.html",
"license": "https://github.com/samthecodingman/signin-button/blob/master/LICENSE",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"paper-styles": "^1.2.0",
"paper-button": "^1.0.14",
"iron-flex-layout": "^1.3.2",
"iron-iconset-svg": "^1.1.0",
"iron-icon": "^1.0.12"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"paper-checkbox": "PolymerElements/paper-checkbox#^1.0.0",
"paper-input": "PolymerElements/paper-input#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}