forked from lightswitch05/table-to-json
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtabletojson.jquery.json
More file actions
30 lines (30 loc) · 887 Bytes
/
tabletojson.jquery.json
File metadata and controls
30 lines (30 loc) · 887 Bytes
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": "0.6.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"
}
}