{
  "name": "react.backbone",
  "version": "0.9.2",
  "author": "Clay Allsopp <clay.allsopp@gmail.com>",
  "scripts": {
    "test": "jest"
  },
  "description": "Plugin for React to make Backbone migration easier",
  "main": "react.backbone.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/usepropeller/react.backbone"
  },
  "keywords": [
    "react",
    "backbone",
    "reactjs",
    "jsx",
    "react.backbone"
  ],
  "license": "MIT",
  "devDependencies": {
    "backbone": "1.x.x",
    "jest-cli": "~0.8.2",
    "react": "^15.0.0",
    "react-addons-test-utils": "^15.0.0",
    "react-dom": "^15.0.0",
    "react-tools": "0.13.x"
  },
  "peerDependencies": {
    "react": "^15.0.0",
    "backbone": "1.x.x",
    "underscore": ">=1.2.x"
  },
  "jest": {
    "unmockedModulePathPatterns": [
      "node_modules/react",
      "node_modules/react-dom"
    ],
    "scriptPreprocessor": "preprocessor.js"
  }
}
