tableify
Version:
Create HTML tables from Javascript Objects
31 lines (30 loc) • 628 B
JSON
{
"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"
}
}