OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "google-chart", |
| 3 "version": "1.0.2", |
| 4 "description": "Encapsulates Google Charts into a web component", |
| 5 "homepage": "https://googlewebcomponents.github.io/google-chart", |
| 6 "main": "google-chart.html", |
| 7 "authors": [ |
| 8 "Sérgio Gomes" |
| 9 ], |
| 10 "license": "Apache2", |
| 11 "ignore": [ |
| 12 "/.*", |
| 13 "/test/" |
| 14 ], |
| 15 "keywords": [ |
| 16 "web-component", |
| 17 "web-components", |
| 18 "polymer", |
| 19 "chart", |
| 20 "charts", |
| 21 "google-visualization", |
| 22 "google" |
| 23 ], |
| 24 "dependencies": { |
| 25 "polymer": "Polymer/polymer#^1.0.0", |
| 26 "google-apis": "GoogleWebComponents/google-apis#^1.0.0", |
| 27 "iron-ajax": "PolymerElements/iron-ajax#1.0.0" |
| 28 }, |
| 29 "devDependencies": { |
| 30 "iron-component-page": "PolymerElements/iron-component-page#^1.0.2", |
| 31 "web-component-tester": "*" |
| 32 } |
| 33 } |
OLD | NEW |