forked from jdsteinbach/eleventy-plugin-toc
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 797 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "eleventy-plugin-nesting-toc",
"version": "1.3.0",
"description": "Eleventy plugin which adds a filter to generate a Table of Contents from html",
"main": ".eleventy.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JordanShurmer/eleventy-plugin-toc.git"
},
"keywords": [
"11ty",
"eleventy-plugin",
"eleventy",
"plugin",
"toc",
"table of contents"
],
"author": "Jordan Shurmer",
"license": "ISC",
"bugs": {
"url": "https://github.com/JordanShurmer/eleventy-plugin-toc/issues"
},
"homepage": "https://github.com/JordanShurmer/eleventy-plugin-toc#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.3"
},
"devDependencies": {
"chalk": "^2.4.2"
}
}