-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "eleventy-auto-navigation",
"version": "1.0.0",
"description": "Directory structure-based navigation for eleventy-plugin-navigation.",
"main": ".eleventy.js",
"scripts": {
"dev": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamduncan/eleventy-auto-navigation.git"
},
"author": "Adam Duncan <mail@adamduncandesigns.com> (https://adamduncandesigns.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/adamduncan/eleventy-auto-navigation/issues"
},
"homepage": "https://github.com/adamduncan/eleventy-auto-navigation#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-navigation": "^0.1.6"
}
}