UNPKG

mountainlab

Version:
49 lines (48 loc) 1.02 kB
{ "name": "mountainlab", "version": "0.15.2", "description": "MountainLab data analysis environment", "engines": { "node": ">8.0.0" }, "main": "", "scripts": { "test": "test/test.sh", "lint": "eslint" }, "repository": { "type": "git", "url": "https://github.com/flatironinstitute/mountainlab-js" }, "keywords": [ "mountainlab", "mountainsort", "kbucket" ], "author": "Jeremy Magland", "license": "Apache-2.0", "dependencies": { "async": "^2.6.1", "axios": "^0.18.0", "canonical-json": "latest", "commander": "^2.16.0", "diskdb": "^0.1.17", "dotenv": "^6.0.0", "expand-home-dir": "0.0.3", "kbclient": "latest", "lariclient": "latest", "lockfile": "^1.0.4", "matcher": "latest", "mlclient": "latest", "node-sha1": "^1.0.1", "request": "^2.85.0", "url-exists": "^1.0.3" }, "devDependencies": { "eslint": "^5.4.0", "eslint-config-google": "^0.9.1" }, "directories": { "bin": "bin" } }