{
  "name": "seqdepot-to-pfql",
  "version": "0.1.2",
  "description": "Parse SeqDepot standard output to make it compatible with PFQL",
  "main": "index.js",
  "scripts": {
    "test": "NODE_PATH=node_modules node_modules/.bin/nyc node_modules/.bin/mocha $(find src -name '*tests.js')",
    "coverage": "NODE_PATH=node_modules node_modules/.bin/nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/biowonks/seqdepot-to-pfql.git"
  },
  "keywords": [
    "biowonks",
    "bioinformatics",
    "parser"
  ],
  "author": "Davi Ortega",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/biowonks/seqdepot-to-pfql/issues"
  },
  "homepage": "https://github.com/biowonks/seqdepot-to-pfql#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.19.1",
    "mocha": "^4.1.0",
    "nyc": "^11.6.0"
  },
  "dependencies": {
    "bunyan": "^1.8.12"
  }
}
