SOFTWARE-CLINIC/featurebook-gherkin

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "featurebook-gherkin",
  "version": "1.0.0-alpha.3",
  "description": "Gherkin parser for FeatureBook",
  "files": [
    "lib",
    "index.js"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha test/lib/**/*.spec.js --recursive",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/lib/**/*.spec.js",
    "coveragetocodeclimate": "codeclimate-test-reporter < ./coverage/lcov.info"
  },
  "author": {
    "name": "Daniel Pacak",
    "email": "pacak.daniel@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SOFTWARE-CLINIC/featurebook-gherkin.git"
  },
  "engines": {
    "node": ">= 8"
  },
  "license": "MIT",
  "dependencies": {
    "gherkin": "^5.1.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "codeclimate-test-reporter": "^0.5.1",
    "istanbul": "^0.4.5",
    "mocha": "^6.2.0"
  }
}