{
  "name": "cucumber-tag-expressions",
  "version": "1.1.1",
  "description": "Cucumber Tag Expression parser",
  "scripts": {
    "test": "npm run eslint && npm run coverage",
    "eslint": "eslint src test",
    "eslint-fix": "eslint --fix src test",
    "mocha": "mocha",
    "coverage": "nyc --reporter=html --reporter=text mocha",
    "sloc": "sloc lib",
    "sloccheck": "sloc --format csv lib | grep Total | cut -f3 -d',' | ruby -e 'sloc=STDIN.read.to_i; max=500; puts \"#{sloc} SLOC\"; raise \"#{sloc}>#{max}\" if sloc>max'"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cucumber/tag-expressions-javascript.git"
  },
  "keywords": [
    "cucumber",
    "tags",
    "tag",
    "parser",
    "boolean",
    "bool"
  ],
  "author": "Cucumber Limited <cukes@googlegroups.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cucumber/tag-expressions-javascript/issues"
  },
  "homepage": "https://github.com/cucumber/tag-expressions-javascript",
  "devDependencies": {
    "eslint": "^4.10.0",
    "eslint-config-eslint": "^4.0.0",
    "eslint-config-prettier": "^2.7.0",
    "eslint-plugin-prettier": "^2.0.1",
    "mocha": "^4.0.1",
    "nyc": "^11.3.0",
    "prettier": "^1.8.2",
    "sloc": "^0.2.0"
  }
}
