forked from anvaka/VivaGraphJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
{
"name": "vivagraphjs-fork",
"version": "0.8.61",
"description": "Graph Drawing Library",
"main": "src/viva",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "gulp",
"test": "tap test/*.js",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "https://github.com/nadavl/VivaGraphJS"
},
"keywords": [
"graph"
],
"author": "Andrei Kashcha",
"license": "BSD-3-Clause",
"devDependencies": {
"browserify": "^8.0.3",
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.5",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.2",
"tap": "^0.4.13",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"gintersect": "0.1.0",
"ngraph.centrality": "0.1.3",
"ngraph.events": "0.0.3",
"ngraph.forcelayout": "0.0.21",
"ngraph.fromjson": "0.1.7",
"ngraph.generators": "0.0.15",
"ngraph.graph-fork": "0.0.13",
"ngraph.merge": "0.0.1",
"ngraph.random": "0.0.1",
"ngraph.tojson": "0.1.3",
"simplesvg": "0.0.10"
}
}