-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 735 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 735 Bytes
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
{
"name": "d3-layout-orbit",
"version": "1.0.2",
"description": "A layout that represents hierarchical data as a series of nested orbits",
"main": "index.js",
"keywords": [
"d3",
"generator",
"layout",
"hierarchical"
],
"directories": {
"examples": "examples"
},
"dependencies": {
"d3": "^4.10.2"
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/emeeks/d3.layout.orbit"
},
"author": {
"name": "Elijah Meeks",
"url": "http://www.elijahmeeks.com"
},
"license": "Unlicense",
"bugs": {
"url": "https://github.com/emeeks/d3.layout.orbit/issues"
},
"homepage": "https://github.com/emeeks/d3.layout.orbit"
}