json2table
Version:
Dynamically render an HTML table using JSON data.
26 lines (25 loc) • 473 B
JSON
{
"name": "jsontable",
"homepage": "https://github.com/ojengwa/jsontable",
"authors": [
"Bernard Ojengwa <bernardojengwa@gmail.com>"
],
"description": "Dynamically render an HTML table using JSON data.",
"main": "dist/jsontable.js",
"keywords": [
"JSON",
"jsontable",
"html",
"DOM",
"table"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
]
}