-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1005 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "reactive-vis",
"version": "0.2.1",
"description": "Reusable reactive data flows for data visualization.",
"main": "index.js",
"scripts": {
"pretest": "rollup -c",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/curran/reactive-vis.git"
},
"keywords": [
"visualization",
"data",
"reactive",
"dataflow",
"frp"
],
"author": "Curran Kelleher",
"license": "MIT",
"bugs": {
"url": "https://github.com/curran/reactive-vis/issues"
},
"homepage": "https://github.com/curran/reactive-vis",
"dependencies": {
"d3-array": "^1.0.0",
"d3-scale": "^0.9.2",
"d3-selection": "^0.9.0",
"d3-transition": "^1.0.0",
"reactive-model": "0.12.0"
},
"devDependencies": {
"graph-diagrams": "^0.5.0",
"jsdom": "9",
"mocha": "^2.5.3",
"rollup": "^0.31.2",
"rollup-plugin-commonjs": "^3.0.0",
"rollup-plugin-node-resolve": "^1.7.0",
"source-map-support": "^0.4.0"
}
}