{
  "name": "excel-to-json",
  "version": "1.0.0",
  "description": "converting excel files to json files using nodejs",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vinothbabu/excel-to-json.git"
  },
  "keywords": [
    "excel-to-json",
    "excel",
    "json",
    "conversion"
  ],
  "author": "Vinoth Babu <vinothbabu@chess.com> (http://www.vinothbabu.com)",
  "license": "wtfpl",
  "bugs": {
    "url": "https://github.com/vinothbabu/excel-to-json/issues"
  },
  "homepage": "https://github.com/vinothbabu/excel-to-json",
  "devDependencies": {
    "mocha": "^2.2.4",
    "should": "^6.0.1"
  },
  "dependencies": {
    "async": "^0.9.0",
    "mkdirp": "^0.5.0",
    "path": "^0.11.14",
    "xlsjs": "0.7.0",
    "csv": "~0.3.6"
  }
}
