siddharth_application/assets/lightswitch/lightswitch/bower.json
venbatechnologies@gmail.com 7584ef0f2f header changes for payroll
2017-10-16 19:18:33 +05:30

28 lines
592 B
JSON
Executable File

{
"name": "table-to-json",
"version": "0.13.0",
"main": [
"./lib/jquery.tabletojson.min.js"
],
"dependencies": {
"jquery": "*"
},
"homepage": "https://github.com/lightswitch05/table-to-json",
"authors": [
"Daniel White <daniel@developerdan.com>"
],
"description": "jQuery plugin that reads an HTML table and returns a javascript object representing the values and columns of the table",
"license": "MIT",
"keywords": [
"table-to-json"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src"
]
}