{
  "name": "xlsx-to-json-lc",
  "version": "0.5.0",
  "description": "Convert xlsx to json with optional option to lowerCase the excel headers (Credits DataGarage Fork)",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rahil471/node-xlsx-json"
  },
  "author": "rahil471 <rahilsk47@gmail.com> (http://ciphertrick.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DataGarage/node-xml-json/issues"
  },
  "homepage": "https://github.com/DataGarage/node-xml-json",
  "dependencies": {
    "xlsx": "~0.10.5",
    "csv": "~0.3.6"
  },
  "devDependencies": {
    "mocha": "~1.17.1",
    "should": "~3.1.2"
  }
}
