UNPKG

881 BJSONView Raw
1{
2 "name": "@availity/breadcrumbs",
3 "version": "3.1.0",
4 "author": "Evan Sharp <evan.sharp@availity.com>",
5 "description": "Availity breadcrumbs",
6 "main": "index.js",
7 "keywords": [
8 "react",
9 "availity"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/Availity/availity-react.git"
14 },
15 "bugs": {
16 "url": "https://github.com/Availity/availity-react/issues"
17 },
18 "license": "MIT",
19 "publishConfig": {
20 "access": "public"
21 },
22 "dependencies": {
23 "prop-types": "^15.5.8"
24 },
25 "devDependencies": {
26 "history": "^4.7.2",
27 "react": "^16.8.3",
28 "react-dom": "^16.8.3",
29 "react-router": "^5.0.0",
30 "react-router-dom": "^5.0.0",
31 "reactstrap": "^8.0.0"
32 },
33 "peerDependencies": {
34 "react": "^16.3.0",
35 "reactstrap": "^8.0.0 || ^7.0.0 || ^6.0.0"
36 },
37 "gitHead": "4e80a45929f8829cb89f734c534c018b0c923e2c"
38}