-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 803 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
{
"name": "charta-vitae",
"version": "1.0.0",
"description": "a map of life",
"main": "main.js",
"dependencies": {
"d3-axis": "^1.0.12",
"d3-drag": "^1.2.5",
"d3-fetch": "^1.2.0",
"d3-force": "^2.0.1",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.3",
"d3-transition": "^1.3.2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup": "^2.21.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nate-Wessel/charta-vitae.git"
},
"author": "Nate Wessel",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nate-Wessel/charta-vitae/issues"
},
"homepage": "https://github.com/Nate-Wessel/charta-vitae#readme"
}