json2table
Version:
Dynamically render an HTML table using JSON data.
27 lines (26 loc) • 593 B
JSON
{
"name": "json2table",
"version": "0.0.1",
"description": "Dynamically render an HTML table using JSON data.",
"main": "dist/jsontable.js",
"scripts": {
"test": "karma test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojengwa/jsontable.git"
},
"keywords": [
"JSON",
"jsontable",
"html",
"DOM",
"table"
],
"author": "Bernard Ojengwa <bernardojengwa@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ojengwa/jsontable/issues"
},
"homepage": "https://github.com/ojengwa/jsontable#readme"
}