@sctools/statical
Version:
A high-level stats video framework built on top of D3.js.
41 lines • 899 B
JSON
{
"name": "@sctools/statical",
"description": "A high-level stats video framework built on top of D3.js.",
"version": "0.1.1",
"browser": "./statical.js",
"unpkg": "./statical.js",
"types": "./statical.d.ts",
"keywords": [
"d3",
"data",
"visualization",
"visualizations",
"visualize",
"visualizing",
"stats",
"statistics"
],
"author": "SCTools",
"contributors": [
"ToastedToast <hey@toasted.dev> (https://toasted.dev)",
"GNZGUY"
],
"license": "MIT",
"homepage": "https://statical.sctools.org",
"repository": {
"type": "git",
"url": "git+https://github.com/SCToolsOrg/statical.git"
},
"bugs": {
"url": "https://github.com/SCToolsOrg/statical/issues"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"d3": "^6.0.0 || ^7.0.0"
},
"devDependencies": {
"@types/d3": "^6.0.0"
}
}