Follow breadcrumbs to a piece of cake
npm install breadcrumb> Follow breadcrumbs to a piece of cake
``shell`
npm install breadcrumb --save
`shell`
bower install breadcrumb.js --save
Returns the value at crumbs. Example:
`js``
breadcrumb({ foo: { bar: 'baz' } }, 'foo.bar');
// 'baz'
MIT