react-router-dynamic-breadcrumbs
Version:
Breadcrumbs react component for react-router-v4
40 lines (39 loc) • 1.1 kB
JSON
{
"name": "react-router-dynamic-breadcrumbs",
"version": "2.2.0",
"description": "Breadcrumbs react component for react-router-v4",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/babel src -d dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roya3000/react-router-dynamic-breadcrumbs.git"
},
"keywords": [
"react-router-4",
"react",
"breadcrumbs"
],
"author": "Alexander Mykolaichuk <alexmix3000@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/roya3000/react-router-dynamic-breadcrumbs/issues"
},
"homepage": "https://github.com/roya3000/react-router-dynamic-breadcrumbs#readme",
"dependencies": {
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^15.6.1",
"react-router-dom": "^4.1.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
}
}