{
  "name": "tableify",
  "version": "1.1.1",
  "description": "Create HTML tables from Javascript Objects",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "bin": {
    "tableify": "./bin/tableify"
  },
  "author": "Dan VerWeire",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wankdanker/node-tableify.git"
  },
  "keywords": [
    "object",
    "html",
    "table"
  ],
  "bugs": {
    "url": "https://github.com/wankdanker/node-tableify/issues"
  },
  "homepage": "https://github.com/wankdanker/node-tableify",
  "dependencies": {
    "yargs": "^17.2.1"
  }
}
