{
  "name": "react-xlsx",
  "version": "0.4.10",
  "description": "react-xlsx export components - Describe spreadsheets in JSX",
  "repository": {
    "type": "git",
    "url": "https://github.com/phola/react-xlsx.git"
  },
  "license": "MIT",
  "scripts": {
    "build": "node ./.scripts/build.js",
    "lint": "eslint src",
    "lintfix": "eslint src --fix",
    "testonly": "jest",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions js",
    "storybook": "start-storybook -p 9010",
    "publish-storybook": "bash .scripts/publish_storybook.sh"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.11.0",
    "@kadira/react-storybook-addon-info": "^3.2.1",
    "babel-cli": "^6.5.0",
    "babel-core": "^6.5.0",
    "babel-eslint": "^6.0.2",
    "babel-jest": "^15.0.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-runtime": "^6.5.0",
    "babel-polyfill": "^6.5.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-latest": "^6.11.1",
    "babel-preset-stage-2": "^6.5.0",
    "buffer": "^4.9.1",
    "chai": "^3.5.0",
    "enzyme": "^2.2.0",
    "eslint": "^2.7.0",
    "eslint-config-airbnb": "^7.0.0",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-jsx-a11y": "^0.6.2",
    "eslint-plugin-react": "^4.3.0",
    "file-saver": "^1.3.2",
    "filesize": "3.3.0",
    "fs-extra": "0.30.0",
    "gzip-size": "3.0.0",
    "git-url-parse": "^6.0.1",
    "jest": "^15.1.1",
    "jsdom": "^8.3.1",
    "mocha": "^2.4.5",
    "react": "^15.3.1",
    "react-addons-test-utils": "^15.3.1",
    "react-dom": "^15.3.1",
    "react-test-renderer": "^15.3.1",
    "recursive-readdir": "2.0.0",
    "rimraf": "2.5.4",
    "strip-ansi": "3.0.1",
    "shx": "^0.1.4",
    "sinon": "^1.17.3",
    "xlsx-style": "^0.8.13"
  },
  "peerDependencies": {
    "react": "^0.14.7 || ^15.0.0"
  },
  "dependencies": {
    "jszip": "2.4.0",
    "lodash": "^4.15.0",
    "react-addons-shallow-compare": "^15.3.1",
    "react-dropzone": "^3.13.4"
  },
  "main": "dist/index.js",
  "engines": {
    "npm": "^3.0.0"
  },
  "jest": {
    "collectCoverage": true
  }
}