eleventy-plugin-wordcount
Version:
Eleventy plugin word count; which calcutates the number of words in a text corpus.
20 lines (19 loc) • 474 B
JSON
{
"name": "eleventy-plugin-wordcount",
"version": "1.0.5",
"description": "Eleventy plugin word count; which calcutates the number of words in a text corpus.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/fliptopbox/eleventy-plugins.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eleventy",
"wordcount"
],
"author": "Bruce Thomas",
"license": "MIT"
}