eleventy-plugin-reading-time
Version:
Add the reading time for a text as template tag.
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "eleventy-plugin-reading-time",
"version": "0.0.1",
"description": "Add the reading time for a text as template tag.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johanbrook/eleventy-plugin-reading-time.git"
},
"keywords": [
"eleventy",
"plugin",
"reading",
"time",
"word",
"count",
"11ty"
],
"author": "Johan Brook <johan@johanbrook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/johanbrook/eleventy-plugin-reading-time/issues"
},
"homepage": "https://github.com/johanbrook/eleventy-plugin-reading-time#readme",
"devDependencies": {
"eslint": "^5.6.0"
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"arrowParens": "always"
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"commonjs": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
}
}