aboutsummaryrefslogtreecommitdiff
path: root/node_modules/react-dom/package.json
blob: 61ff7e6c30de5125ae33f042765914417cf41a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "react-dom",
  "version": "15.6.1",
  "description": "React package for working with the DOM.",
  "main": "index.js",
  "repository": "facebook/react",
  "keywords": [
    "react"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/facebook/react/issues"
  },
  "homepage": "https://facebook.github.io/react/",
  "dependencies": {
    "fbjs": "^0.8.9",
    "loose-envify": "^1.1.0",
    "object-assign": "^4.1.0",
    "prop-types": "^15.5.10"
  },
  "peerDependencies": {
    "react": "^15.6.1"
  },
  "files": [
    "LICENSE",
    "PATENTS",
    "README.md",
    "dist/",
    "lib/",
    "index.js",
    "server.js",
    "test-utils.js"
  ],
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  }
}