patristic
Version:
Patristic Inference library for Node and Browser
28 lines (27 loc) • 779 B
JSON
{
"name": "patristic",
"version": "0.6.0",
"description": "Patristic Inference library for Node and Browser",
"homepage": "https://cdcgov.github.io/patristic/",
"bugs": "https://github.com/CDCgov/patristic/issues",
"main": "dist/patristic.js",
"scripts": {
"build": "npx rollup -c",
"coverage": "npx jest --coverage",
"demo": "npx http-server",
"doc": "npx documentation build src/main.js -f md -o docs/README.md",
"minify": "npx terser dist/patristic.js --compress > dist/patristic.min.js",
"test": "npx jest"
},
"keywords": [
"phylogeny"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CDCgov/patristic.git"
},
"contributors": [
"Tony Boyles <tony@ephemer.ai>"
],
"license": "Apache-2.0"
}