-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 865 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 865 Bytes
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
{
"name": "morpheus-export",
"description": "Export static heat maps using Morpheus.js",
"license": "BSD-3-Clause",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "https://github.com/cmap/morpheus-export.git"
},
"homepage": "https://cmap.github.io/morpheus-export/",
"bugs": {
"url": "https://github.com/cmap/morpheus-export/issues"
},
"author": {
"name": "Joshua Gould"
},
"keywords": [
"graphing",
"plotting",
"plot",
"chart",
"data",
"matrix",
"heatmap",
"heat map",
"visualization",
"morpheus.js",
"morpheus"
],
"bin": {
"morpheus-export": "morpheus-export.js"
},
"scripts": {},
"dependencies": {
"command-line-args": "^4.0.6",
"command-line-usage": "^4.0.0",
"http": "0.0.0",
"morpheus-app": "^1.0.10",
"nightmare": "^3.0.0"
}
}