{
  "name": "exceljs",
  "version": "0.4.12",
  "description": "Excel Workbook Manager - Read and Write xlsx and csv Files.",
  "private": false,
  "license": "MIT",
  "author": "Guyon Roche",
  "repository": {
    "type": "git",
    "url": "https://github.com/guyonroche/exceljs.git"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "test": "npm run unit-test && npm run integration-test && npm run end-to-end-test && npm run browser-test",
    "clean-build": "npm run clean && npm run build",
    "lint": "eslint --ext .js lib spec",
    "browser-test": "./node_modules/.bin/grunt jasmine",
    "unit-test": "mocha --require spec/config/setup spec/unit --require spec/config/setup-unit --recursive",
    "integration-test": "mocha --require spec/config/setup spec/integration --recursive",
    "native-integration-test": "export EXCEL_NATIVE=yes && mocha --require spec/config/setup spec/integration --recursive",
    "end-to-end-test": "mocha --require spec/config/setup spec/end-to-end --recursive",
    "clean": "rm -rf build/ && rm -rf dist",
    "build": "./node_modules/.bin/grunt build",
    "manual-test": "node spec/manual/app.js",
    "preversion": "npm run clean && npm run build && npm test",
    "postversion": "git push --no-verify && git push --tags --no-verify"
  },
  "keywords": [
    "xlsx",
    "json",
    "csv",
    "excel",
    "font",
    "border",
    "fill",
    "number",
    "format",
    "number format",
    "alignment",
    "office",
    "spreadsheet",
    "workbook",
    "defined names",
    "data validations",
    "rich text",
    "in-cell format",
    "outlineLevel",
    "views",
    "frozen",
    "split",
    "pageSetup"
  ],
  "dependencies": {
    "archiver": "^1.3.0",
    "fast-csv": "^2.4.0",
    "jszip": "3.1.3",
    "moment": "^2.17.1",
    "promish": ">=5.0.2",
    "sax": "^1.2.2",
    "unzip2": "^0.2.5"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "bluebird": "^3.4.7",
    "browserify": "^14.1.0",
    "chai": "*",
    "chai-datetime": "*",
    "chai-xml": "*",
    "dirty-chai": "^1.2.2",
    "eslint": "^3.18.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-react": "^6.10.3",
    "express": "*",
    "grunt": "^1.0.1",
    "grunt-babel": "^6.0.0",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jasmine": "^1.1.0",
    "grunt-contrib-uglify": "^2.1.0",
    "grunt-contrib-watch": "^1.0.0",
    "memorystream": "*",
    "mocha": "*",
    "request": "*",
    "semver": "*",
    "uglifyjs": "^2.4.10",
    "underscore": "^1.8.3"
  },
  "main": "./dist/es5/index.js",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ]
}
