forked from davidmarkclements/d3-fg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 853 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
{
"name": "d3-fg",
"version": "6.3.2",
"description": "Flamegraph visualization for d3 v3.5.x",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David Mark Clements <david.clements@nearform.com>",
"license": "Apache-2.0",
"dependencies": {
"d3-array": "^1.2.1",
"d3-ease": "^1.0.3",
"d3-hierarchy": "^1.1.6",
"d3-scale": "^2.1.0",
"d3-selection": "^1.3.0",
"d3-zoom": "^1.7.1",
"escape-string-regexp": "^1.0.5",
"hsl-to-rgb-for-reals": "^1.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/d3-fg.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/davidmarkclements/d3-fg/issues"
},
"homepage": "https://github.com/davidmarkclements/d3-fg#readme"
}