{
  "name": "thunk-mocha",
  "version": "1.0.8",
  "description": "Enable support for generators in Mocha with backward compatibility.",
  "main": "index.js",
  "authors": [
    "Yan Qing <admin@zensh.com>"
  ],
  "scripts": {
    "test": "standard && mocha -r ./index"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thunks/thunk-mocha.git"
  },
  "keywords": [
    "mocha",
    "thunk",
    "generator"
  ],
  "engines": {
    "node": ">=1"
  },
  "dependencies": {
    "thunks": "^4.7.5"
  },
  "devDependencies": {
    "mocha": "^3.1.1",
    "standard": "^8.3.0"
  },
  "peerDependencies": {
    "mocha": ">=2 || >=3.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thunks/thunk-mocha/issues"
  },
  "homepage": "https://github.com/thunks/thunk-mocha",
  "files": [
    "index.js",
    "README.md"
  ]
}
