-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.24 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
49
50
{
"name": "gridsome-plugin-recommender",
"version": "1.1.5",
"description": "Improve user´s average time on page of your Gridsome site by generating post or product recommendations to show users related content, ads or products they might be interested in on your static site.",
"main": "gridsome.server.js",
"author": "Marian Klühspies",
"scripts": {
"test": "ava"
},
"contributors": [
"mklueh"
],
"repository": {
"url": "https://github.com/mklueh/gridsome-plugin-recommender"
},
"homepage": "https://overflowed.dev/projects/gridsome-plugin-recommender",
"bugs": {
"url": "https://github.com/mklueh/gridsome-plugin-recommender"
},
"license": "MIT",
"private": false,
"keywords": [
"gridsome",
"gridsome-plugin",
"recommender",
"recommendations",
"similar posts",
"similar products",
"post recommendations",
"product recommendations",
"affiliate",
"advertising",
"tagging",
"machine learning",
"automation",
"shopify"
],
"peerDependencies": {
"gridsome": "^0.7.23"
},
"dependencies": {
"chalk": "^4.1.1",
"content-based-recommender": "^1.5.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"ava": "^3.15.0"
},
"resolutions": {}
}