OLD | NEW |
(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 } |
OLD | NEW |