-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "streamgraph-explorer",
"version": "0.1.0",
"description": "Interactive visualization using StreamGraphs",
"main": "webpack.config.js",
"dependencies": {
"d3-area-label": "^1.3.0",
"d3-array": "^1.2.0",
"d3-axis": "^1.0.8",
"d3-boxes": "0.0.2",
"d3-brush": "^1.0.4",
"d3-collection": "^1.0.4",
"d3-color": "^1.0.3",
"d3-component": "^3.0.0",
"d3-format": "^1.2.0",
"d3-request": "^1.0.5",
"d3-scale": "^1.0.6",
"d3-selection": "^1.1.0",
"d3-shape": "^1.2.0",
"d3-time-format": "^2.0.5",
"lodash.debounce": "^4.0.8",
"query-string": "^5.0.0",
"reactive-model": "^0.13.0"
},
"devDependencies": {
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"serve": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unhcr/streamgraph-explorer.git"
},
"keywords": [],
"author": "UNHCR",
"license": "MIT",
"bugs": {
"url": "https://github.com/unhcr/streamgraph-explorer/issues"
},
"homepage": "https://github.com/unhcr/streamgraph-explorer#readme"
}