UNPKG

canvasxpress-cli

Version:

Node program to run canvasXpress in the command line

39 lines 903 B
{ "name": "canvasxpress-cli", "version": "57.6.1", "license": { "type": "Dual licensing", "url": "https://www.canvasxpress.org/docs/license.html" }, "bin": { "canvasxpress": "bin/canvasxpress" }, "description" : "Node program to run canvasXpress in the command line", "repository" : { "type" : "git", "url": "https://github.com/neuhausi/canvasXpress-cli.git" }, "keywords": [ "bioinformatics", "genomics", "data", "visualization", "graph", "reproducible", "research", "analytics" ], "author": "Isaac M. Neuhaus", "bugs": { "url": "https://github.com/neuhausi/canvasxpress/issues" }, "homepage": "https://github.com/neuhausi/canvasxpress#readme", "dependencies": { "chalk": "^2.4.2", "clear": "^0.1.0", "figlet": "^1.2.1", "minimist": "^1.2.0", "ora": "^3.4.0", "puppeteer": "^13.0.0" } }