-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.42 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "ancestry",
"version": "2.0.3",
"description": "Ancestry: a package for visualization of lineage data",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "./node_modules/.bin/webpack",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/biosustain/ancestry.git"
},
"keywords": [
"plot",
"chart",
"biojs",
"lineage",
"tree",
"scatterplot",
"phylogeny",
"d3"
],
"author": "Maciej Korzepa <maciejkorzepa@gmail.com>",
"license": "MIT",
"homepage": "http://biosustain.github.io/ancestry/",
"bugs": {
"url": "https://github.com/biosustain/ancestry/issues"
},
"dependencies": {
"angular": "^1.4.5",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-brush": "^1.0.4",
"d3-format": "^1.2.0",
"d3-hierarchy": "^1.1.5",
"d3-quadtree": "^1.0.3",
"d3-scale": "^1.0.6",
"d3-selection": "^1.1.0",
"d3-selection-multi": "^1.0.1",
"d3-xyzoom": "0.0.2",
"d3-zoom": "^1.5.0",
"element-resize-detector": "^1.1.12",
"save-svg-as-png": "^1.2.0"
},
"devDependencies": {
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"path": "^0.12.7",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}