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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "google-analytics",
3 "version": "1.0.2",
4 "description": "Encapsulates Google Analytics dashboard features into web comp onents",
5 "homepage": "https://googlewebcomponents.github.io/google-analytics",
6 "authors": [
7 "Philip Walton <philip@philipwalton.com>"
8 ],
9 "main": "google-analytics.html",
10 "license": "Apache2",
11 "keywords": [
12 "google",
13 "analytics",
14 "dashboard",
15 "polymer",
16 "web-component",
17 "web-components"
18 ],
19 "ignore": [
20 "/.*",
21 "/test/"
22 ],
23 "dependencies": {
24 "polymer": "Polymer/polymer#^1.0.0",
25 "promise-polyfill": "PolymerLabs/promise-polyfill#^1.0.0",
26 "ga-api-utils": "googleanalytics/javascript-api-utils#^0.2.0",
27 "google-chart": "GoogleWebComponents/google-chart#^1.0.0",
28 "google-signin": "GoogleWebComponents/google-signin#^1.0.0"
29 },
30 "devDependencies": {
31 "iron-component-page": "PolymerElements/iron-component-page#^1.0.2"
32 }
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698