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 ```
25 lines
567 B
JSON
25 lines
567 B
JSON
{
|
|
"private": true,
|
|
"name": "react-release-manager",
|
|
"version": "1.0.0",
|
|
"description": "Tool to manage React releases",
|
|
"main": "cli.js",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"colors": "^1.1.2",
|
|
"github-api": "^2.2.0",
|
|
"glob": "^7.0.5",
|
|
"opn": "^4.0.2",
|
|
"pify": "^2.3.0",
|
|
"semver": "^5.3.0",
|
|
"untildify": "^3.0.2",
|
|
"vorpal": "^1.10.10"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Paul O'Shannessy <paul@oshannessy.com>",
|
|
"license": "MIT"
|
|
}
|