{
  "name": "r-dom",
  "description": "React DOM wrapper",
  "version": "2.4.0",
  "homepage": "https://github.com/uber/r-dom",
  "contributors": [
    {
      "name": "Matt Morgan",
      "email": "matt@mlmorg.com"
    },
    {
      "name": "Jialiang Wang",
      "email": "cain@uber.com"
    }
  ],
  "keywords": [
    "react",
    "react.js",
    "markup",
    "dom"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/uber/r-dom.git"
  },
  "bugs": {
    "url": "https://github.com/uber/r-dom/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/uber/r-dom/blob/master/LICENSE"
    }
  ],
  "main": "index.js",
  "dependencies": {
    "classnames": "^2.2.5",
    "just-omit": "^1.0.1",
    "react-dom-factories": "^1.0.2"
  },
  "peerDependencies": {
    "react": "0.12.x - 16.x"
  },
  "devDependencies": {
    "create-react-class": "^15.6.2",
    "for-each": "^0.3.2",
    "istanbul": "^0.3.5",
    "lint-trap": "^0.4.9",
    "opn": "^1.0.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "tap-spec": "^1.0.0",
    "tape": "^3.0.0",
    "xtend": "^4.0.0"
  },
  "scripts": {
    "lint": "lint-trap",
    "test": "npm run lint && node test/index.js | tap-spec",
    "cover": "istanbul cover --report none --print detail test/index.js",
    "view-cover": "istanbul report html && opn ./coverage/index.html"
  }
}
