{
  "name": "wheredoc",
  "version": "0.0.9",
  "description": "ES6-friendly version of where.js, data-table-driven support module for JavaScript test libraries.",
  "main": "where.js",
  "type": "module",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha test/node-suite.js",
    "mocha-node": "node node_modules/mocha/bin/mocha ./examples/mocha/suite.js",
    "qunit-node": "node ./examples/qunit/suite.js",
    "tape": "node ./examples/tape/suite.js",
    "mocha": "live-server --port=9090 --open=examples/mocha/suite.html",
    "qunit": "live-server --port=9191 --open=examples/qunit/suite.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dfkaye/wheredoc.git"
  },
  "author": {
    "name": "david kaye (@dfkaye)",
    "email": "dfkaye@yahoo.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dfkaye/wheredoc/issues"
  },
  "homepage": "https://github.com/dfkaye/wheredoc#readme",
  "keywords": [
    "javascript",
    "TDD",
    "wheredoc",
    "where.js",
    "heredoc",
    "data-driven test",
    "docstring-driven test",
    "heredoc-driven test",
    "table-driven test",
    "mocha",
    "chai",
    "qunit",
    "qunit-tap",
    "tape",
    "tape-describe"
  ],
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.1.3",
    "qunit": "^2.11.3",
    "qunit-tap": "^1.5.1",
    "tape": "^5.0.1",
    "tape-describe": "^1.0.3"
  }
}