-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.7 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
{
"name": "syblars",
"version": "1.0.0",
"description": "Systems Biology Layout & Rendering Service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "env-cmd -f ./config/dev.env nodemon src/app.js -e html,js,css,txt",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iVis-at-Bilkent/syblars.git"
},
"keywords": [
"graph",
"layout"
],
"author": "iVis-at-Bilkent",
"license": "MIT",
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/syblars/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/syblars#readme",
"dependencies": {
"cors": "^2.8.5",
"cytoscape": "^3.18.2",
"cytoscape-avsdf": "^1.0.0",
"cytoscape-cise": "github:iVis-at-Bilkent/cytoscape.js-cise#develop",
"cytoscape-cola": "^2.4.0",
"cytoscape-dagre": "^2.3.2",
"cytoscape-fcose": "github:iVis-at-Bilkent/cytoscape.js-fcose#unstable",
"cytoscape-graph-algos": "github:iVis-at-Bilkent/cytoscape.js-graph-algos#3b64a7f8275ca0c3b3f32c4869c63c0647c7772c",
"cytoscape-graphml": "^1.0.6",
"cytoscape-klay": "^3.1.4",
"cytoscape-layout-utilities": "^1.0.2",
"cytoscape-sbgn-stylesheet": "github:iVis-at-Bilkent/cytoscape-sbgn-stylesheet#master",
"cytoscape-svg": "^0.3.1",
"cytosnap": "github:iVis-at-Bilkent/cytosnap#master",
"express": "^4.17.1",
"jquery": "^3.6.0",
"jsdom": "^16.5.3",
"libsbmljs_stable": "5.17.0-beta1",
"nodemon": "^2.0.7",
"sbgnml-to-cytoscape": "^4.0.4"
},
"devDependencies": {
"env-cmd": "^9.0.3",
"jest": "^24.9.0",
"supertest": "^4.0.2"
},
"engines": {
"node": "14.x",
"npm": "6.x"
}
}