Merge elixir validator's library code to this repo
Showing
... | ... | @@ -22,12 +22,14 @@ |
"author": "EMBL-EBI-SUBS, fpenim, ke4, haseeb-gh", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"elixir-jsonschema-validator": "^2.0.0", | ||
"ajv": "^6.10.2", | ||
"express": "^4.17.1", | ||
"npid": "^0.4.0", | ||
"request": "^2.88.2", | ||
"request-promise": "^4.2.4", | ||
"winston": "^3.2.1", | ||
"winston-daily-rotate-file": "^3.10.0" | ||
"winston-daily-rotate-file": "^3.10.0", | ||
"yargs": "^16.2.0" | ||
}, | ||
"devDependencies": { | ||
"bufferutil": "^4.0.2", | ||
... | ... |
src/bio-validator.js
0 → 100644