-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
37 lines (37 loc) · 1.02 KB
/
package.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
{
"description": "Web components to authenticate with Google services",
"keywords": [
"web-component",
"web-components",
"polymer",
"sign-in",
"google",
"authentication"
],
"repository": "GoogleWebComponents/google-signin",
"homepage": "https://googlewebcomponents.github.io/google-signin",
"name": "@google-web-components/google-signin",
"version": "3.0.2",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"main": "google-signin.js",
"contributors": [
"Addy Osmani",
"Randy Merrill"
],
"license": "Apache-2.0",
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@polymer/font-roboto": "^3.0.0-pre.18",
"@polymer/iron-icon": "^3.0.0-pre.18",
"@polymer/iron-iconset-svg": "^3.0.0-pre.18",
"@polymer/iron-flex-layout": "^3.0.0-pre.18",
"@polymer/paper-ripple": "^3.0.0-pre.18",
"@polymer/paper-material": "^3.0.0-pre.18",
"@google-web-components/google-apis": "^3.0.0"
}
}