|
1 | 1 | {
|
2 | 2 | "name": "google-chart",
|
3 |
| - "version": "1.1.1", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "Encapsulates Google Charts into a web component",
|
5 | 5 | "homepage": "https://googlewebcomponents.github.io/google-chart",
|
6 | 6 | "main": "google-chart.html",
|
7 | 7 | "authors": [
|
8 |
| - "Wes Alvaro", |
9 |
| - "Sérgio Gomes" |
| 8 | + "Wes Alvaro" |
10 | 9 | ],
|
11 | 10 | "license": "Apache-2.0",
|
12 | 11 | "ignore": [
|
|
20 | 19 | "chart",
|
21 | 20 | "charts",
|
22 | 21 | "google-visualization",
|
23 |
| - "google" |
| 22 | + "google", |
| 23 | + "visualization" |
24 | 24 | ],
|
25 | 25 | "dependencies": {
|
26 |
| - "google-apis": "GoogleWebComponents/google-apis#^1.0.0", |
27 |
| - "iron-ajax": "PolymerElements/iron-ajax#^1.0.0", |
28 |
| - "polymer": "Polymer/polymer#^1.0.0", |
29 |
| - "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0" |
| 26 | + "polymer": "Polymer/polymer#1.9 - 2" |
30 | 27 | },
|
31 | 28 | "devDependencies": {
|
32 |
| - "iron-component-page": "PolymerElements/iron-component-page#^1.0.2", |
33 |
| - "web-component-tester": "*" |
| 29 | + "iron-ajax": "PolymerElements/iron-ajax#1 - 2", |
| 30 | + "iron-component-page": "PolymerElements/iron-component-page#1 - 2", |
| 31 | + "iron-media-query": "PolymerElements/iron-media-query#1 - 2", |
| 32 | + "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#1 - 2", |
| 33 | + "paper-button": "PolymerElements/paper-button#1 - 2", |
| 34 | + "promise-polyfill": "polymerlabs/promise-polyfill#1 - 2", |
| 35 | + "web-component-tester": "Polymer/web-component-tester#^6.4.0" |
| 36 | + }, |
| 37 | + "variants": { |
| 38 | + "1.x": { |
| 39 | + "dependencies": { |
| 40 | + "polymer": "Polymer/polymer#^1.0.0", |
| 41 | + "promise-polyfill": "PolymerLabs/promise-polyfill#^1.0.0" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "iron-component-page": "PolymerElements/iron-component-page#^1.0.2", |
| 45 | + "web-component-tester": "*" |
| 46 | + } |
| 47 | + } |
34 | 48 | }
|
35 | 49 | }
|
0 commit comments