-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1 KB
/
package.json
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
{
"name": "@photogabble/eleventy-plugin-word-stats",
"version": "1.0.1",
"description": "Word Stats plugin for Eleventy",
"keywords": [
"11ty",
"eleventy",
"eleventy-plugin",
"word count",
"word",
"count",
"read time",
"reading time",
"reading",
"time"
],
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/photogabble/eleventy-plugin-word-stats.git"
},
"author": "Simon Dann (https://photogabble.co.uk/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/photogabble/eleventy-plugin-word-stats/issues"
},
"homepage": "https://github.com/photogabble/eleventy-plugin-word-stats#readme",
"peerDependencies": {
"@11ty/eleventy": "*"
},
"peerDependenciesMeta": {
"@11ty/eleventy": {
"optional": true
}
},
"dependencies": {
"reading-time": "^1.5.0"
},
"devDependencies": {
"ava": "^4.0.1"
},
"directories": {
"test": "tests"
}
}