mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
bf763fd1a5
This reverts commit c8cd133116.
It's not used in the code.
25 lines
576 B
JSON
25 lines
576 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": "BSD-3-Clause"
|
|
}
|