{
  "name": "oplgen",
  "version": "1.1.25",
  "description": "OPLGen - Oligopeptide Ligand Generator. Generate oligopeptides in SMILES format with filtering and ligand preparation for molecular docking",
  "repository": "git@github.com:matthewjumpsoffbuildings/oplgen.git",
  "main": "index.js",
  "bin": {
    "opl-generate": "./generate.js",
    "oplgen": "./generate.js",
    "opl-filter": "./filter.js",
    "oplflt": "./filter.js",
    "opl-subunits": "./get-subunits.js",
    "oplsub": "./get-subunits.js",
    "opl-dockstats": "./dock-stats.js",
    "opldst": "./dock-stats.js"
  },
  "author": "matthewjumpsoffbuildings",
  "license": "ISC",
  "preferGlobal": true,
  "dependencies": {
    "command-line-args": "^5.0.2",
    "fs-extra": "^7.0.1",
    "get-divisors": "^1.0.0",
    "number-theory": "^1.1.0",
    "progress": "^2.0.3",
    "stats-lite": "^2.2.0",
    "underscore": "^1.9.1"
  },
  "keywords": [
    "Peptide",
    "Oligopeptide",
    "SMILES",
    "mol2",
    "Bioinformatics",
    "OpenBabel",
    "Ligand",
    "Dock6"
  ]
}
