-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
package.json
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
{
"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": "[email protected]: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"
]
}