forked from cytoscape/cytosnap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 935 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
44
{
"name": "cytosnap",
"version": "3.1.0",
"description": "Render images of Cytoscape.js graphs on the server",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cytoscape/cytosnap.git"
},
"keywords": [
"cytoscape",
"graph",
"network",
"image",
"export",
"server"
],
"author": "Max Franz",
"license": "MIT",
"bugs": {
"url": "https://github.com/cytoscape/cytosnap/issues"
},
"homepage": "https://github.com/cytoscape/cytosnap#readme",
"dependencies": {
"base64-stream": "^0.1.3",
"bluebird": "^3.4.0",
"browserify": "^16.2.3",
"cytoscape": "^3.2.19",
"handlebars": "^4.0.12",
"puppeteer": "^1.9.0"
},
"devDependencies": {
"chai": "^3.5.0",
"cytoscape-dagre": "^2.2.2",
"eslint": "^5.8.0",
"mocha": "^5.2.0"
},
"engines": {
"node": ">=0.11.0"
}
}