jkroepke/featurebook-js

View on GitHub
packages/featurebook-api/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@jkroepke/featurebook-api",
  "version": "2.0.1",
  "description": "FeatureBook's API",
  "main": "index.js",
  "files": [
    "lib",
    "index.js"
  ],
  "scripts": {
    "test": "mocha --recursive",
    "coverage": "nyc --reporter=lcov --reporter=text npm run test"
  },
  "keywords": [
    "gherkin",
    "cucumber",
    "editor",
    "xp",
    "bdd",
    "attd",
    "feature",
    "specification",
    "documentation",
    "browser",
    "viewer",
    "cute",
    "beautiful",
    "markdown"
  ],
  "author": {
    "name": "Jan-Otto Kröpke",
    "email": "npm@jkropke.de",
    "url": "https://github.com/jkroepke/"
  },
  "contributors": [
    {
      "name": "Daniel Pacak",
      "email": "pacak.daniel@gmail.com"
    }
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "github:jkroepke/featurebook-js",
    "directory": "packages/featurebook-api"
  },
  "engines": {
    "node": ">= 8"
  },
  "license": "MIT",
  "dependencies": {
    "cucumber-messages": "^8.0.0",
    "fast-glob": "^3.2.0",
    "gherkin": "^9.0.0",
    "ignore": "^5.1.4"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^7.0.1",
    "nyc": "^15.0.0"
  },
  "gitHead": "d95165a5fdf5501ec668955acaf21c60801da1c2"
}