mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Only remaining references: ``` docs/_posts/2014-10-28-react-v0.12.md 51:You can read the full text of the [LICENSE](https://github.com/facebook/react/blob/master/LICENSE) and [`PATENTS`](https://github.com/facebook/react/blob/master/PATENTS) files on GitHub. docs/_posts/2015-04-17-react-native-v0.4.md 20:* **Patent Grant**: Many of you had concerns and questions around the PATENTS file. We pushed [a new version of the grant](https://code.facebook.com/posts/1639473982937255/updating-our-open-source-patent-grant/). src/__mocks__/vendor/third_party/WebComponents.js 8: * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt ```
44 lines
861 B
JSON
44 lines
861 B
JSON
{
|
|
"name": "react-dom",
|
|
"version": "16.0.0-rc.3",
|
|
"description": "React package for working with the DOM.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"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.6"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0-beta.5"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"server.js",
|
|
"server.browser.js",
|
|
"test-utils.js",
|
|
"unstable-native-dependencies.js",
|
|
"cjs/",
|
|
"umd/"
|
|
],
|
|
"browser": {
|
|
"./server.js": "./server.browser.js"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"loose-envify"
|
|
]
|
|
}
|
|
}
|