{
  "name": "the-owl",
  "version": "1.1.2",
  "description": "Generate api docs based on functional tests",
  "main": "./src/the-owl.js",
  "scripts": {
    "test": "ava --verbose",
    "test:coverage": "nyc npm test",
    "test:log-messages": "LOG_MESSAGES=true npm run test",
    "test:log-redux": "LOG_REDUX=true npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leonardosarmentocastro/the-owl.git"
  },
  "author": {
    "name": "Leonardo Sarmento de Castro",
    "email": "leonardo.sarmentocastro@gmail.com",
    "url": "http://leonardosarmentocastro.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/leonardosarmentocastro/the-owl/issues"
  },
  "homepage": "https://github.com/leonardosarmentocastro/the-owl#readme",
  "keywords": [
    "create",
    "docs",
    "doc",
    "documentation",
    "functional",
    "tests",
    "test",
    "ava",
    "api",
    "express"
  ],
  "devDependencies": {
    "ava": "^1.4.1",
    "nyc": "^14.1.0"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "redux": "^4.0.1",
    "rev-hash": "^3.0.0",
    "rimraf": "^2.6.3"
  },
  "ava": {
    "files": [
      "test.js ",
      "test-*.js ",
      "test/**/*.js ",
      "**/__tests__/**/*.js ",
      "**/*.test.js",
      "!examples/**/*.js"
    ]
  },
  "nyc": {
    "reporter": [
      "html",
      "lcov",
      "text"
    ]
  }
}
