{
  "name": "react-datum-datagrid",
  "version": "0.5.2",
  "description": "A datagrid based on react-virtualized that works with or without Backbone.js and ReactDatum",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zulily/react-datum-datagrid.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react",
    "react-virtualized",
    "backbone",
    "react-datum"
  ],
  "author": "Zulily",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zulily/react-datum-datagrid/issues"
  },
  "homepage": "https://github.com/zulily/react-datum-datagrid#readme",
  "dependencies": {
    "bumble-strings": "0.7.0",
    "classnames": "2.2.5",
    "node.extend": "2.0.0",
    "prop-types": "15.6.1",
    "react-virtualized": "^9.18.5",
    "selectable-collection": "0.3.1",
    "underscore": "1.8.3"
  },
  "peerDependencies": {
    "react": "16.x.x",
    "react-dom": "16.x.x",
    "react-bootstrap": "0.32.x",
    "react-datum": ">=0.14.0"
  },
  "devDependencyNotes": {
    "grunt-webpack": "complains about needing react 15 during install but the latest version 3.0.2 throws an exception",
    "prop-types": "formerly React.PropTypes"
  },
  "devDependencies": {
    "async": "1.5.0",
    "babel-core": "6.25.0",
    "babel-loader": "7.1.0",
    "babel-preset-env": "1.6.1",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-2": "6.24.1",
    "backbone": "1.3.3",
    "bumble-build": "1.2.3",
    "bumble-docs": "0.9.4",
    "bumble-test": "0.5.0",
    "bumble-util": "0.3.2",
    "cache-loader": "1.0.3",
    "chai-string": "1.3.0",
    "cjsx-loader": "3.0.0",
    "coffee-loader": "0.7.2",
    "coffee-react": "5.0.1",
    "coffeescript": "1.10.0",
    "commander": "2.9.0",
    "compression-webpack-plugin": "1.0.0",
    "file-loader": "0.11.2",
    "fs-extra": "0.26.5",
    "fstream": "1.0.8",
    "git-status-utils": "^0.3.0",
    "glob": "5.0.15",
    "grunt": "0.4.5",
    "grunt-available-tasks": "0.6.1",
    "grunt-babel": "6.0.0",
    "grunt-coffee-react": "git+https://github.com/littlebee/grunt-coffee-react.git",
    "grunt-contrib-clean": "1.0.0",
    "grunt-contrib-coffee": "1.0.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-cssmin": "0.14.0",
    "grunt-contrib-watch": "0.6.1",
    "grunt-coveralls": "1.0.1",
    "grunt-newer": "1.1.2",
    "grunt-react": "0.12.3",
    "grunt-scp": "0.1.8",
    "grunt-shell": "1.1.2",
    "grunt-sync": "0.5.2",
    "grunt-webpack": "3.0.2",
    "hard-source-webpack-plugin": "0.6.4",
    "html-webpack-plugin": "2.29.0",
    "jquery": "3.3.1",
    "lodash": "4.2.0",
    "raw-loader": "0.5.1",
    "react": "16.x.x",
    "react-bootstrap": "0.32.x",
    "react-datum": "git+https://github.com/zulily/react-datum.git#v1-beta",
    "react-dom": "16.x.x",
    "sinon": "1.17.3",
    "sync-request": "2.1.0",
    "tilegrid": "git+https://github.com/zulily/tilegrid#v1-beta",
    "uglify-js": "3.0.27",
    "url-loader": "0.5.9",
    "webpack": "3.4.1",
    "webpack-dev-server": "2.6.1",
    "webpack-stats-plugin": "0.1.5"
  }
}
