forked from cytoscape/cytoscape.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.03 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": "cytoscape",
"description": "A JavaScript graph library for analysis and visualisation",
"version": "2.0.5",
"license": "LGPL",
"engines": {
"node": ">=0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/cytoscape/cytoscape.js.git"
},
"bugs": {
"url": "https://github.com/cytoscape/cytoscape.js/issues"
},
"author": {
"name": "Max Franz",
"email": "[email protected]",
"url": "http://maxfranz.com"
},
"contributors": [
{
"name": "Christian Lopes",
"email": "[email protected]"
},
{
"name": "Yue Dong",
"email": "[email protected]"
},
{
"name": "Onur Sumer",
"email": "[email protected]"
},
{
"name": "Gerardo Huck",
"email": "[email protected]"
},
{
"name": "Alexandr Truhin (bumbu)",
"email": "[email protected]"
}
],
"keywords": [
"graph",
"theory",
"visualisation",
"visualization",
"analysis"
],
"main": "releases/2.0.5/cytoscape.js",
"scripts": {
},
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1"
}
}