{
  "name": "react-datum",
  "version": "1.0.0-beta2",
  "description": "A set of React components for interacting with Backbone collections and models",
  "main": "./index.js",
  "scripts": {
    "test": "grunt test",
    "coveralls": "grunt coveralls",
    "build": "grunt build"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zulily/react-datum.git"
  },
  "keywords": [
    "react",
    "react-component",
    "tilegrid",
    "backbone"
  ],
  "config": {
    "travis-cov": {
      "threshold": 10
    },
    "blanket": {
      "pattern": "src",
      "data-cover-reporter-options": {
        "shortnames": true
      }
    }
  },
  "author": "Zulily",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zulily/react-datum/issues"
  },
  "homepage": "https://github.com/zulily/react-datum#readme",
  "dependencies": {
    "backbone": ">=0.9.2",
    "inflection": "1.7.2",
    "moment": "2.22.0",
    "react-select": "git+https://github.com/zulily/react-select#bee/upstreamPull-1.2.1",
    "selectable-collection": "0.3.1",
    "underscore": "1.8.3"
  },
  "peerDependencies": {
    "react": "16.x.x",
    "react-dom": "16.x.x",
    "backbone": ">=0.9.2"
  },
  "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",
    "bumble-build": "1.2.1",
    "bumble-docs": "0.9.1",
    "bumble-strings": "0.5.1",
    "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-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",
    "node.extend": "2.0.0",
    "prop-types": "15.6.1",
    "raw-loader": "0.5.1",
    "react": "16.x.x",
    "react-bootstrap": "0.32.x",
    "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"
  }
}
