This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
bower.json
49 lines (49 loc) · 1.78 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "google-web-components",
"version": "1.1.2",
"homepage": "https://github.com/GoogleWebComponents/google-web-components",
"authors": [
"The Polymer Authors"
],
"description": "Google Web Components",
"keywords": [
"google",
"services",
"sign-in",
"maps",
"hangouts",
"charts",
"element-collection"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"google-apis": "GoogleWebComponents/google-apis#^1.0.0",
"google-drive": "GoogleWebComponents/google-drive#^1.0.1",
"google-feeds": "GoogleWebComponents/google-feeds#^1.0.0",
"google-map": "GoogleWebComponents/google-map#^1.0.0",
"google-signin": "GoogleWebComponents/google-signin#^1.0.0",
"google-sheets": "GoogleWebComponents/google-sheets#^1.0.1",
"google-youtube": "GoogleWebComponents/google-youtube#^1.1.0",
"google-analytics": "GoogleWebComponents/google-analytics#^1.0.0",
"google-calendar": "GoogleWebComponents/google-calendar#^1.0.0",
"google-chart": "GoogleWebComponents/google-chart#^1.0.0",
"google-castable-video": "GoogleWebComponents/google-castable-video#^1.0.0",
"google-hangout-button": "GoogleWebComponents/google-hangout-button#^1.0.0",
"google-url-shortener": "GoogleWebComponents/google-url-shortener#^1.0.0",
"google-youtube-upload": "GoogleWebComponents/google-youtube-upload#^1.0.0",
"google-streetview-pano": "GoogleWebComponents/google-streetview-pano#^1.0.0",
"firebase-element": "GoogleWebComponents/firebase-element#^1.0.0",
"polymerfire": "firebase/polymerfire#~0.9.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
},
"main": "google-web-components.html"
}