forked from audal/gatsby-plugin-yoast-sitemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 865 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
{
"name": "gatsby-plugin-yoast-sitemap",
"version": "0.0.1",
"dependencies": {
"axios": "^0.21.1",
"fs-extra": "^9.1.0",
"cheerio": "^1.0.0-rc.5"
},
"description": "<p align=\"center\">\r <a href=\"http://www.audallabs.com\">\r <img alt=\"Audal Labs Logo\" src=\"https://static.audallabs.com/logodark.png\" width=\"90\" />\r </a>\r </p>",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/audal/gatsby-plugin-yoast-sitemap.git"
},
"keywords": [
"gatsby-plugin"
],
"author": "Audal Labs",
"license": "ISC",
"bugs": {
"url": "https://github.com/audal/gatsby-plugin-yoast-sitemap/issues"
},
"homepage": "https://github.com/audal/gatsby-plugin-yoast-sitemap#readme"
}