-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.72 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "grunt-assemble-wordcount",
"description": "Assemble plugin for displaying wordcount and average reading time to blog posts or pages.",
"version": "0.1.1",
"homepage": "https://github.com/assemble/grunt-assemble-wordcount",
"author": "Jon Schlinkert (http://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward <brian.woodward@gmail.com> (https://twitter.com/doowb)",
"Charlike Mike Reagent (https://i.am.charlike.online)",
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
],
"repository": "assemble/grunt-assemble-wordcount",
"bugs": {
"url": "https://github.com/assemble/grunt-assemble-wordcount/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"cheerio": "^0.22.0",
"wordcount": "^1.1.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-assemble": "^0.6.3",
"grunt-contrib-clean": "^1.0.0",
"gruntify-eslint": "^3.1.0"
},
"keywords": [
"assemble",
"assemblemiddleware",
"assembleplugin",
"blog",
"cyrillic",
"grunt",
"middleware",
"post",
"reading time",
"wordcount",
"words"
],
"verb": {
"related": {
"list": [
"grunt-assemble",
"grunt-assemble-anchors",
"grunt-assemble-contextual",
"grunt-assemble-decompress",
"grunt-assemble-download",
"grunt-assemble-i18n",
"grunt-assemble-lunr",
"grunt-assemble-navigation",
"grunt-assemble-permalinks",
"grunt-assemble-sitemap",
"grunt-assemble-toc",
"grunt-assemble-wordcount"
]
}
}
}