31 lines
889 B
JSON
Executable File
31 lines
889 B
JSON
Executable File
{
|
|
"name": "tabletojson",
|
|
"title": "Table To JSON",
|
|
"description": "jQuery plugin that reads an HTML table and returns a javascript object representing the values and columns of the table",
|
|
"keywords": [
|
|
"table",
|
|
"serialize",
|
|
"tabletojson",
|
|
"json"
|
|
],
|
|
"version": "0.12.0",
|
|
"author": {
|
|
"name": "Daniel White",
|
|
"url": "http://www.developerdan.com"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/lightswitch05/table-to-json/blob/master/MIT-LICENSE"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/lightswitch05/table-to-json/issues",
|
|
"homepage": "https://github.com/lightswitch05/table-to-json",
|
|
"docs": "https://github.com/lightswitch05/table-to-json",
|
|
"download": "https://github.com/lightswitch05/table-to-json",
|
|
"demo": "http://lightswitch05.github.io/table-to-json/",
|
|
"dependencies": {
|
|
"jquery": ">=1.5"
|
|
}
|
|
}
|