-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 862 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
{
"name": "ngraph.forceatlas2",
"version": "1.1.0",
"description": "ForceAtlas2 layout algorithm for ngraph",
"main": "Layout.js",
"directories": {
"example": "example"
},
"dependencies": {
"ngraph.centrality": "^0.1.3",
"ngraph.merge": "^0.0.1",
"ngraph.random": "^0.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"forceAtlas2",
"layout",
"algorithm",
"graph",
"sna",
"force",
"forcelayout"
],
"author": "ZigGreen <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ZigGreen/ngraph.forceAtlas2.git"
},
"bugs": {
"url": "https://github.com/ZigGreen/ngraph.forceAtlas2/issues"
},
"homepage": "https://github.com/ZigGreen/ngraph.forceAtlas2"
}