{
  "name": "sake-test",
  "version": "0.2.1",
  "description": "Add testing related tasks to your Sakefile",
  "main": "lib/sake-test.js",
  "module": "lib/sake-test.mjs",
  "files": [
    "lib/",
    "src/"
  ],
  "dependencies": {
    "sake-chai": "^0.2.6",
    "sake-mocha": "^0.2.3"
  },
  "devDependencies": {
    "coffeescript": "^2.2.3",
    "sake-bundle": "^0.6.7",
    "sake-cli": "^0.6.3",
    "sake-outdated": "^0.2.1",
    "sake-publish": "^0.1.16",
    "sake-version": "^0.1.19"
  },
  "scripts": {
    "build": "sake build",
    "prepublishOnly": "sake build",
    "pretest": "sake build",
    "test": "sake test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sakejs/sake-test.git"
  },
  "keywords": [
    "build",
    "chai",
    "mocha",
    "sake",
    "tasks",
    "test",
    "testing"
  ],
  "author": "Hanzo, Inc. <hi@hanzo.io",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/sakejs/sake-test/issues"
  },
  "homepage": "https://github.com/sakejs/sake-test#readme"
}