UNPKG

metalsmith-word-count

Version:

Metalsmith plugin to compute wordcount / average reading time of all paragraphs in a html file

37 lines (36 loc) 875 B
{ "name": "metalsmith-word-count", "version": "0.0.4", "description": "Metalsmith plugin to compute wordcount / average reading time of all paragraphs in a html file", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/majodev/metalsmith-word-count.git" }, "scripts": { "test": "mocha ./spec/index.js" }, "keywords": [ "metalsmith", "plugin", "wordcount", "reading", "time", "paragraphs", "html" ], "author": "majodev <mario@ranf.tl> (http://majodev.github.io/)", "license": "MIT", "bugs": { "url": "https://github.com/majodev/metalsmith-word-count/issues" }, "homepage": "https://github.com/majodev/metalsmith-word-count", "dependencies": { "cheerio": "^0.17.0", "lodash": "^2.4.1" }, "devDependencies": { "chai": "~1.8.0", "metalsmith": "^1.0.1" } }