forked from lightswitch05/table-to-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabletojson.jquery.json
30 lines (30 loc) · 898 Bytes
/
tabletojson.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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": "1.0.0",
"author": {
"name": "Daniel White",
"url": "https://www.github.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": "https://lightswitch05.github.io/table-to-json/",
"dependencies": {
"jquery": ">=1.5"
}
}