first
This commit is contained in:
49
node_modules/@11ty/eleventy-navigation/package.json
generated
vendored
Normal file
49
node_modules/@11ty/eleventy-navigation/package.json
generated
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user