@vx/gradient
Version:
vx gradient
42 lines (41 loc) • 825 B
JSON
{
"name": "@vx/gradient",
"version": "0.0.199",
"description": "vx gradient",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"esm"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts"
],
"author": "@hshoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/hshoff/vx/issues"
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@types/react": "*",
"prop-types": "^15.5.7"
},
"peerDependencies": {
"react": "^15.0.0-0 || ^16.0.0-0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b7fd57c8dede777c4983203046a704f52a61e226"
}