{
  "name": "mist3-to-pfql",
  "version": "0.2.0",
  "description": "Parse MiST3 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')",
    "mocha": "NODE_PATH=node_modules 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/mist3-to-pfql.git"
  },
  "keywords": [
    "biowonks",
    "bioinformatics",
    "parser"
  ],
  "author": "Davi Ortega",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/biowonks/mist3-to-pfql/issues"
  },
  "homepage": "https://github.com/biowonks/mist3-to-pfql#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^5.0.1",
    "mocha": "^4.0.1",
    "nyc": "^13.0.0"
  },
  "dependencies": {
    "bunyan": "^1.8.12"
  }
}
