-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 963 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
{
"name": "gatsby-plugin-intl-url",
"description": "Minimalist plugin to internationalize the urls of a Gatsby website in a seo-friendly way. It puts all the pages under localized sub trees, ex.: `/en/hello` ; `/fr/bonjour`",
"version": "1.0.1",
"author": "Vincent Tellier @vtellier",
"bugs": {
"url": "https://github.com/vtellier/gatsby-plugin-intl-url/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gatbsy",
"gatsby-plugin",
"i18n", "intl",
"translation",
"internationalization",
"slug", "slugs",
"path", "paths",
"url", "seo",
"canonical url"
],
"license": "ISC",
"dependencies": {
"ietf-language-tag-regex": "0.0.5"
},
"repository": "https://github.com/vtellier/gatsby-plugin-intl-url",
"homepage": "https://github.com/vtellier/gatsby-plugin-intl-url"
}