/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v16.10.0
packages/react-debug-tools/package.json
34 строки
701 B
Grey Baker
Add directory details to the package.json of all packages (#14628)
18 янв 2019, 23:21
18 янв 2019, 23:21
b66e6e4
Код
Авторство
О чём код?
{ "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": { "type" : "git", "url" : "https://github.com/facebook/react.git", "directory": "packages/react-debug-tools" }, "engines": { "node": ">=0.10.0" }, "peerDependencies": { "react": "^16.0.0" }, "dependencies": { "error-stack-parser": "^2.0.2" } }