UNPKG

@11ty/eleventy-navigation

Version:

A plugin for creating hierarchical navigation in Eleventy projects. Supports breadcrumbs too!

50 lines (49 loc) 1.18 kB
{ "name": "@11ty/eleventy-navigation", "version": "1.0.5", "publishConfig": { "access": "public" }, "description": "A plugin for creating hierarchical navigation in Eleventy projects. Supports breadcrumbs too!", "main": ".eleventy.js", "scripts": { "test": "npx ava", "sample": "npx @11ty/eleventy --input=sample --output=sample/_site --config=sample/.eleventy.js" }, "repository": { "type": "git", "url": "git+https://github.com/11ty/eleventy-navigation.git" }, "bugs": { "url": "https://github.com/11ty/eleventy-navigation/issues" }, "homepage": "https://www.11ty.dev/docs/plugins/navigation/", "funding": { "type": "opencollective", "url": "https://opencollective.com/11ty" }, "keywords": [ "eleventy", "eleventy-plugin" ], "author": { "name": "Zach Leatherman", "email": "zachleatherman@gmail.com", "url": "https://zachleat.com/" }, "license": "MIT", "11ty": { "compatibility": ">=0.7 || >=1.0.0-canary" }, "devDependencies": { "ava": "^6.4.1" }, "dependencies": { "dependency-graph": "^1.0.0" }, "ava": { "files": [ "./test/*.js" ] } }