@material-vega/core
Version:
Material Design stylized themes for Vega Lite visualizations
49 lines (48 loc) • 1.13 kB
JSON
{
"name": "@material-vega/core",
"version": "0.1.0",
"description": "Material Design stylized themes for Vega Lite visualizations",
"keywords": [
"vega",
"vega-lite",
"themes",
"style",
"material design"
],
"author": "Redwerks (https://redwerks.org/)",
"contributors": [
"Daniel Friesen <d@danf.ca>"
],
"homepage": "https://github.com/redwerks/material-vega/tree/master/packages/core#readme",
"license": "ISC",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redwerks/material-vega.git"
},
"scripts": {
"build": "tsc",
"prepare": "yarn build",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/redwerks/material-vega/issues"
},
"peerDependencies": {
"vega": ">= 5.8.0",
"vega-embed": ">= 6.0.0",
"vega-lite": "*"
},
"gitHead": "4db34971508cdc2c7da09e8f3b12d90db87dda5a"
}