{
  "name": "mochawait",
  "description": "Mocha with ES7 await/async",
  "tags": [
    "mocha",
    "testing",
    "es7",
    "async"
  ],
  "version": "2.1.0",
  "author": "jlipps@gmail.com",
  "licenses": [
    {
      "type": "apache-2.0",
      "url": "https://raw.github.com/jlipps/mochawait/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jlipps/mochawait.git"
  },
  "bugs": {
    "url": "https://github.com/jlipps/mochawait/issues"
  },
  "engines": [
    "node"
  ],
  "main": "./build/index.js",
  "bin": {},
  "directories": {
    "lib": "./lib"
  },
  "dependencies": {
    "appium-gulp-plugins": "^1.0.3",
    "babel-runtime": "5.5.5",
    "lodash": "^3.6.0",
    "mocha": "^2.2.4",
    "source-map-support": "^0.3.1"
  },
  "scripts": {
    "test": "$(npm bin)/gulp once",
    "prepublish": "$(npm bin)/gulp prepublish",
    "watch": "$(npm bin)/gulp"
  },
  "devDependencies": {
    "gulp": "^3.8.11",
    "should": "^6.0.3"
  }
}
