Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: polymer_1.0.4/bower_components/google-analytics/.bower.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 100644
index 0000000000000000000000000000000000000000..4f7e137a565f01ce8c09f181c18b4201e01d2936
--- /dev/null
+++ b/polymer_1.0.4/bower_components/google-analytics/.bower.json
@@ -0,0 +1,42 @@
+{
+ "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"
+ },
+ "_release": "1.0.2",
+ "_resolution": {
+ "type": "version",
+ "tag": "v1.0.2",
+ "commit": "c6af2b375596f235406af06a220cf8a6cc08c6d4"
+ },
+ "_source": "git://github.com/GoogleWebComponents/google-analytics.git",
+ "_target": "^1.0.0",
+ "_originalSource": "GoogleWebComponents/google-analytics"
+}

Powered by Google App Engine
This is Rietveld 408576698