forked from lightswitch05/table-to-json
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 770 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 770 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
{
"name" : "tabletojson",
"description" : "jQuery plugin that reads an HTML table and returns a javascript object representing the values and columns of the table",
"version" : "0.6.0",
"homepage" : "https://github.com/lightswitch05/table-to-json",
"main" : "lib/jquery.tabletojson.js",
"demo" : "http://lightswitch05.github.io/table-to-json/",
"repository": {
"type": "git",
"url": "git://github.com/lightswitch05/table-to-json.git"
},
"author" : {
"name" : "Daniel White"
},
"scripts": {
"test": "grunt lint qunit"
},
"devDependencies": {
"grunt": "~0.3.17"
},
"licenses" : [{
"type" : "MIT",
"url" : "https://github.com/lightswitch05/table-to-json/blob/master/MIT-LICENSE"
}]
}