-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 904 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
{
"name": "eleventy-plugin-i18n",
"version": "0.1.3",
"description": "Eleventy plugin to assist with dictionary translations",
"main": ".eleventy.js",
"scripts": {
"sample": "npx @11ty/eleventy --input=test/sample"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamduncan/eleventy-plugin-i18n.git"
},
"keywords": [
"eleventy",
"eleventy-plugin",
"11ty",
"i18n"
],
"author": "Adam Duncan <[email protected]> (https://adamduncandesigns.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/adamduncan/eleventy-plugin-i18n/issues"
},
"homepage": "https://github.com/adamduncan/eleventy-plugin-i18n#readme",
"11ty": {
"compatibility": ">=0.11"
},
"dependencies": {
"chalk": "^4.1.1",
"lodash.get": "^4.4.2",
"templite": "^1.1.0"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}