| Index: polymer_1.0.4/bower_components/google-analytics/bower.json
|
| diff --git a/polymer_1.0.4/bower_components/google-analytics/bower.json b/polymer_1.0.4/bower_components/google-analytics/bower.json
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..f15db7bb20190050c01ed1df78d256ab6bd3b73b
|
| --- /dev/null
|
| +++ b/polymer_1.0.4/bower_components/google-analytics/bower.json
|
| @@ -0,0 +1,33 @@
|
| +{
|
| + "name": "google-analytics",
|
| + "version": "1.0.2",
|
| + "description": "Encapsulates Google Analytics dashboard features into web components",
|
| + "homepage": "https://googlewebcomponents.github.io/google-analytics",
|
| + "authors": [
|
| + "Philip Walton <philip@philipwalton.com>"
|
| + ],
|
| + "main": "google-analytics.html",
|
| + "license": "Apache2",
|
| + "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"
|
| + }
|
| +}
|
|
|