UNPKG

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