{
  "name": "cucaroo",
  "version": "0.4.1",
  "description": "Light cucumber implementation for node javascript",
  "main": "bin/cucaroo",
  "bin": {
    "cucaroo": "./bin/cucaroo"
  },
  "scripts": {
    "test:unit": "mocha test/unit --recursive",
    "test:acceptance": "mocha test/acceptance --recursive",
    "test": "npm run test:unit && npm run test:acceptance"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/baccigalupi/cucaroo.git"
  },
  "keywords": [
    "cucumber",
    "node",
    "bdd"
  ],
  "author": "Kane Baccigalupi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/baccigalupi/cucaroo/issues"
  },
  "homepage": "https://github.com/baccigalupi/cucaroo#readme",
  "dependencies": {
    "async": "^2.4.1",
    "chalk": "^1.1.3",
    "eventemitter2": "^4.1.0",
    "fs-walk": "0.0.1",
    "gherkin": "^4.1.3",
    "require-directory": "^2.1.1"
  },
  "devDependencies": {
    "mocha": "^3.4.2",
    "sinon": "^2.3.4"
  }
}
