forked from GoogleWebComponents/google-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·33 lines (33 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
32
33
{
"name": "google-analytics",
"version": "1.2.3",
"description": "Encapsulates Google Analytics dashboard features into web components",
"homepage": "https://googlewebcomponents.github.io/google-analytics",
"authors": [
"Philip Walton <[email protected]>"
],
"main": "google-analytics.html",
"license": "Apache-2.0",
"keywords": [
"google",
"analytics",
"dashboard",
"polymer",
"web-component",
"web-components"
],
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"promise-polyfill": "PolymerLabs/promise-polyfill#^1.0.0",
"ga-api-utils": "googleanalytics/javascript-api-utils#^0.2.0",
"google-chart": "GoogleWebComponents/google-chart#^1.0.0",
"google-signin": "GoogleWebComponents/google-signin#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.2"
}
}