famtree-charted
Version:
family tree creator and viewer
53 lines (52 loc) • 1.17 kB
JSON
{
"name": "famtree-charted",
"version": "0.5.2",
"description": "family tree creator and viewer",
"keywords": [
"datafull",
"family-chart",
"family tree",
"family-charted",
"d3"
],
"license": "ISC",
"author": {
"name": "donatso edited by bagusandre"
},
"main": "dist/famtree-charted.js",
"unpkg": "dist/famtree-charted.min.js",
"module": "dist/famtree-charted.esm.js",
"exports": {
".": {
"import": "./dist/famtree-charted.esm.js",
"require": "./dist/famtree-charted.js"
},
"./styles/*": "./dist/styles/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bagusandrewijaya/famtree.git"
},
"files": [
"dist/**/*.js",
"dist/styles/**"
],
"scripts": {
"build": "node build.js",
"test": "yarn run cypress open --project tests",
"dev": "http-server",
"prepublishOnly": "node build.js"
},
"sideEffects": false,
"dependencies": {
"d3": "6",
"three": "^0.176.0",
"three.js": "^0.77.1"
},
"devDependencies": {
"cypress": "^9.1.0",
"http-server": "^14.1.1",
"rollup": "2",
"rollup-plugin-terser": "7"
}
}