{
  "name": "xlsx-stream-reader",
  "version": "1.0.8",
  "description": "Memory efficinet non-blocking/event based streaming XLSX reader",
  "main": "index.js",
  "scripts": {
    "test": "standard && mocha --timeout 20000 test",
    "standard:fix": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daspawn/xlsx-stream-reader.git"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "keywords": [
    "xlsx",
    "reader",
    "stream",
    "simple"
  ],
  "author": "Brian Taber <btaber@diversecg.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/daspawn/xlsx-stream-reader/issues"
  },
  "homepage": "https://github.com/daspawn/xlsx-stream-reader#readme",
  "dependencies": {
    "sax": "^1.2.4",
    "ssf": "^0.10.2",
    "temp": "^0.8.3",
    "unzipper": "^0.8.13"
  },
  "devDependencies": {
    "mocha": "^4.0.1",
    "standard": "^11.0.1"
  }
}
