superset/superset-frontend/plugins/legacy-plugin-chart-country-map/package.json

39 lines
966 B
JSON
Raw Normal View History

2019-01-31 19:56:17 -05:00
{
"name": "@superset-ui/legacy-plugin-chart-country-map",
2021-11-15 06:19:28 -05:00
"version": "0.18.25",
2019-01-31 19:56:17 -05:00
"description": "Superset Legacy Chart - Country Map",
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/apache/superset.git",
"directory": "superset-frontend/plugins/legacy-plugin-chart-country-map"
2019-01-31 19:56:17 -05:00
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/superset/issues"
2019-01-31 19:56:17 -05:00
},
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-country-map#readme",
2019-01-31 19:56:17 -05:00
"publishConfig": {
"access": "public"
},
"dependencies": {
"d3": "^3.5.17",
"d3-array": "^2.0.3",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"react": "^16.13.1"
2019-01-31 19:56:17 -05:00
}
2019-02-07 01:01:00 -05:00
}