{
  "name": "excel",
  "version": "1.0.1",
  "description": "Simple NodeJS XLSX parser.",
  "main": "commonjs/excelParser.js",
  "contributors": [
    {
      "name": "Jake Scott",
      "email": "scott.iroh@gmail.com"
    },
    {
      "name": "Fabian Tollenaar",
      "email": "fabian@starting-point.nl"
    },
    {
      "name": "Cat Amphetamine",
      "email": "purecatamphetamine@gmail.com"
    }
  ],
  "scripts": {
    "build": "babel ./excelParser.js --out-dir ./commonjs --source-maps",
    "test": "npm run build && mocha --reporter list test/test.js",
    "prepublish": "npm run test"
  },
  "dependencies": {
    "unzipper": "^0.8.11",
    "xmldom": "^0.1.27",
    "xpath": "0.0.27"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "mocha": "^1.17.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/trevordixon/excel.js"
  },
  "keywords": [
    "excel",
    "xlsx"
  ],
  "author": "Trevor Dixon <trevordixon@gmail.com>",
  "license": "MIT"
}
