{
  "name": "react.backbone",
  "version": "0.5.0",
  "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": {
    "jest-cli": "~0.1.17",
    "react-tools": "0.11.x",
    "react": ">=0.10.x <1.x.x",
    "backbone": "1.x.x"
  },
  "peerDependencies": {
    "react": ">=0.10.x <1.x.x",
    "backbone": "1.x.x"
  },
  "jest": {
    "unmockedModulePathPatterns": ["node_modules/react"],
    "scriptPreprocessor": "preprocessor.js"
  }
}
