-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
34 lines (34 loc) · 888 Bytes
/
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
{
"description": "Web components to load Google API libraries",
"keywords": [
"web-component",
"web-components",
"polymer",
"google",
"apis"
],
"repository": "GoogleWebComponents/google-apis",
"homepage": "https://github.com/GoogleWebComponents/google-apis/",
"name": "@google-web-components/google-apis",
"version": "3.0.1",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"main": "google-apis.js",
"contributors": [
"Scott Miles <[email protected]>",
"Eric Bidelman <[email protected]>"
],
"license": "Apache-2.0",
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@polymer/iron-jsonp-library": "^3.0.0-pre.19"
},
"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.19",
"@webcomponents/webcomponentsjs": "^2.0.0"
}
}