-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "dtree-seed",
"description": "A library for converting a list of objects into a hierarchical data structure for dTree.",
"version": "1.0.0",
"main": "dist/dSeeder.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JMHeartley/dTree-Seed.git"
},
"keywords": [
"d3",
"genealogy",
"family-tree",
"hierarchical-data",
"dtree",
"visualizing-data-trees",
"data-massager"
],
"author": "JMHeartley",
"license": "MIT",
"bugs": {
"url": "https://github.com/JMHeartley/dTree-Seed/issues"
},
"homepage": "https://github.com/JMHeartley/dTree-Seed#readme",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"chai": "^4.3.7",
"mocha": "^10.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}