-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1021 Bytes
/
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
{
"name": "gatsby-wikipedia-fetcher",
"version": "1.5.1",
"description": "Gatsby plugin with the ability to retrieve various bits of Wikipedia data and reuse them in your site.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Vacilando/gatsby-wikipedia-fetcher.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsbyjs",
"wikipedia",
"wikimedia",
"api",
"fetcher",
"parser"
],
"author": "Tomáš Fülöpp",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vacilando/gatsby-wikipedia-fetcher/issues"
},
"homepage": "https://www.vacilando.org/article/gatsby-wikipedia-fetcher",
"dependencies": {
"gatsby-source-filesystem": "^5.*",
"wtf-plugin-html": "^1.0.*",
"wtf-plugin-image": "^1.1.*",
"wtf-plugin-summary": "^1.0.*",
"wtf_wikipedia": "^10.*"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0"
}
}