UNPKG

bionode-fastq

Version:

Streamable FASTQ parser

42 lines (41 loc) 989 B
{ "name": "bionode-fastq", "version": "2.2.0", "homepage": "http://bionode.io", "description": "Streamable FASTQ parser", "scripts": { "test": "standard && mocha", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec", "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "author": { "name": "Martin Page", "email": "wookoouk@gmail.com" }, "keywords": [ "bio", "biology", "bioinformatics", "bionode", "fastq", "parser", "streams", "cli", "science" ], "main": "index.js", "bin": { "bionode-fastq": "cli.js" }, "license": "MIT", "devDependencies": { "chai": "^2.2.0", "mocha": "^2.2.4", "standard": "^3.5.0", "coveralls": "^2.11.2", "istanbul": "^0.3.13" }, "dependencies": { "minimist": "^1.2.0" } }