mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
New release scripts. Learn more at https://github.com/facebook/react/blob/master/scripts/release/README.md
31 lines
593 B
JSON
31 lines
593 B
JSON
{
|
|
"private": true,
|
|
"name": "react-debug-tools",
|
|
"description": "React package for debugging React trees.",
|
|
"version": "0.16.0",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"homepage": "https://reactjs.org/",
|
|
"bugs": "https://github.com/facebook/react/issues",
|
|
"license": "MIT",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build-info.json",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"error-stack-parser": "^2.0.2"
|
|
}
|
|
}
|