UNPKG

react-router-bootstrap

Version:
50 lines (49 loc) 1.08 kB
{ "name": "react-router-bootstrap", "version": "0.26.2", "description": "Integration between React Router and React-Bootstrap", "main": "./index.js", "repository": { "type": "git", "url": "git@github.com:react-bootstrap/react-router-bootstrap.git" }, "keywords": [ "react", "react-router", "react-bootstrap" ], "author": { "name": "Matt Smith", "email": "mtscout6@gmail.com" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/react-bootstrap/react-router-bootstrap/issues" }, "homepage": "https://github.com/react-bootstrap/react-router-bootstrap", "peerDependencies": { "react": ">=16.13.1", "react-router-dom": ">=6.0.0" }, "prettier": { "singleQuote": true, "trailingComma": "all" }, "dependencies": { "prop-types": "^15.7.2" }, "jest": { "setupFilesAfterEnv": [ "<rootDir>test/setupTests.js" ], "transform": { "^.+\\.js$": "babel-jest" } }, "publishConfig": { "directory": "lib" }, "release": { "conventionalCommits": true } }