{
  "name": "xlsx-populate",
  "version": "1.5.0",
  "description": "Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, and a focus on keeping existing workbook features and styles in tact.",
  "main": "lib/XlsxPopulate.js",
  "scripts": {
    "test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
    "e2e-generate": "jasmine JASMINE_CONFIG_PATH=test/e2e-generate/jasmine.json",
    "e2e-parse": "jasmine JASMINE_CONFIG_PATH=test/e2e-parse/jasmine.json"
  },
  "author": "Dave T. Johnson <dave@dtjohnson.net>",
  "contributors": [
    "Eddie Corrigall <eddiecorrigall@gmail.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "debug": "^2.6.0",
    "jszip": "^3.1.3",
    "lodash": "^4.17.4",
    "sax": "^1.2.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dtjohnson/xlsx-populate.git"
  },
  "bugs": "https://github.com/dtjohnson/xlsx-populate/issues",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-preset-es2015": "^6.22.0",
    "babelify": "^7.3.0",
    "browserify": "^13.3.0",
    "edge": "^6.5.1",
    "eslint": "^3.13.1",
    "glob": "^7.1.1",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.1",
    "gulp-sourcemaps": "^2.4.0",
    "gulp-uglify": "^2.0.0",
    "jasmine": "^2.5.3",
    "jsdoc-to-markdown": "^2.0.1",
    "jsondiffpatch": "^0.2.4",
    "karma": "^1.5.0",
    "karma-browserify": "^5.1.1",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-jasmine": "^1.1.0",
    "markdown-include": "^0.4.3",
    "markdown-toc": "^1.1.0",
    "proxyquire": "^1.7.10",
    "proxyquire-universal": "^1.0.8",
    "proxyquireify": "^3.2.1",
    "replacestream": "^4.0.2",
    "run-sequence": "^1.2.2",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.8.0"
  }
}
