{
  "name": "excelexportjs",
  "version": "3.0.1",
  "homepage": "http://techbytarun.com/export-to-excel-sheet-using-client-side-javascript/",
  "authors": [
    "Tarun Batta <admin@techbytarun.com>"
  ],
  "description": "Client side javascript plugin which helps to export table, data (json or xml) to excel sheet.",
  "main": "jquery.techbytarun.excelexportjs.js",
  "keywords": [
    "excel",
    "export"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "~2.1.1"
  }
}
