eleventy-plugin-time-to-read
Version:
11ty plugin for estimating the time to read a given text. Supports multiple languages
69 lines (68 loc) • 1.41 kB
JSON
{
"name": "eleventy-plugin-time-to-read",
"version": "1.3.0",
"description": "11ty plugin for estimating the time to read a given text. Supports multiple languages",
"keywords": [
"11ty",
"eleventy",
"eleventy-plugin",
"time",
"read",
"reading",
"word",
"count",
"speed",
"words per minute",
"wpm",
"how",
"long",
"length",
"estimate"
],
"homepage": "https://github.com/JKC-Codes/eleventy-plugin-time-to-read#readme",
"bugs": {
"url": "https://github.com/JKC-Codes/eleventy-plugin-time-to-read/issues"
},
"license": "MPL-2.0",
"author": {
"name": "John Kemp-Cruz",
"url": "https://jkc.codes/"
},
"files": [
"index.js",
"components/**"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/JKC-Codes/eleventy-plugin-time-to-read.git"
},
"scripts": {
"eleventy": "npx @11ty/eleventy --dryrun --quiet",
"ava": "ava",
"test": "concurrently npm:ava npm:eleventy",
"prepublishOnly": "npm run test"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"ava": "^5.0.0",
"concurrently": "^7.0.0"
},
"peerDependencies": {
"@11ty/eleventy": "*"
},
"peerDependenciesMeta": {
"@11ty/eleventy": {
"optional": true
}
},
"engines": {
"node": ">=13.0.0"
},
"ava": {
"files": [
"!./tests/test-site/**"
],
"failFast": true
}
}