scully-plugin-time-to-read
Version:
The `scully-plugin-time-to-read` is a `routeProcess` plugin for [Scully](http://scully.io/) that processes a specific route and will add the 'readingTime' property to the `RouteData. This property reflects the time that people need to read the content.
33 lines (32 loc) • 749 B
JSON
{
"name": "scully-plugin-time-to-read",
"version": "0.0.5",
"maintainers": [
"Jeffrey Bosch <jefiozie.bosch@gmail.com> (https://jefiozie.github.io)"
],
"repository": {
"type": "git",
"url": "https://github.com/Jefiozie/nx-jefiozie/tree/master/libs/time-to-read"
},
"peerDependencies": {
"@scullyio/scully": "*",
"reading-time": "^1.2.1"
},
"dependencies": {
"@scullyio/scully": "*",
"reading-time": "^1.2.1"
},
"keywords": [
"angular",
"scully",
"scully-plugin",
"time"
],
"contributors": [
"Jeffrey Bosch <jefiozie.bosch@gmail.com> (https://jefiozie.github.io)"
],
"author": "Jeffrey Bosch",
"license": "MIT",
"main": "src/index.js",
"typings": "src/index.d.ts"
}