{
  "name": "section-tests",
  "version": "1.3.1",
  "description": "TDD for node.js",
  "main": "index.js",
  "scripts": {
    "test": "./bin/run ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/distributed-systems/section-tests.git"
  },
  "keywords": [
    "tdd",
    "test",
    "async",
    "await",
    "unit-test"
  ],
  "author": "Michael van der Weg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/distributed-systems/section-tests/issues"
  },
  "homepage": "https://github.com/distributed-systems/section-tests#readme",
  "dependencies": {
    "@distributed-systems/callsite": "^1.1.0",
    "chalk": "^1.1.3",
    "ee-log": "^1.1.0",
    "ee-types": "^2.1.4",
    "glob": "^7.1.2"
  },
  "bin": {
    "section": "./bin/run"
  }
}
