{
  "name": "xlsx-writestream",
  "description": "Streaming XLSX writer. Forked from rubenv/node-xlsx-writer.",
  "version": "0.5.1",
  "homepage": "https://github.com/STRML/node-xlsx-writestream",
  "author": "STRML (Samuel Reed)",
  "repository": {
    "type": "git",
    "url": "git://github.com/STRML/node-xlsx-writestream.git"
  },
  "bugs": {
    "url": "https://github.com/STRML/node-xlsx-writestream/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/STRML/node-xlsx-writestream/blob/master/LICENSE"
    }
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 4.0.0"
  },
  "scripts": {
    "benchmark": "grunt benchmark",
    "test": "grunt test",
    "prepublish": "grunt build"
  },
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "excel": "0.0.60",
    "grunt": "~0.4.0",
    "grunt-benchmark": "~0.2.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-coffee": "~0.6.0",
    "grunt-contrib-watch": "~0.3.1",
    "grunt-mkdir": "~0.1.0",
    "grunt-mocha-cli": "~1.0.1",
    "grunt-release": "~0.3.1",
    "underscore": "~1.4.4"
  },
  "keywords": [
    "xlsx",
    "excel",
    "spreadsheet"
  ],
  "dependencies": {
    "archiver": "2.1.0"
  }
}
