forked from waldher/metalsmith-i18next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "metalsmith-i18next",
"version": "0.2.20",
"description": "Metalsmith plugin for i18next and generating your site in multiple languages.",
"keywords": [
"metalsmith",
"i18next",
"localization",
"locale"
],
"main": "lib/index.js",
"homepage": "https://github.com/macprog-guy/metalsmith-i18next",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha -R spec --harmony -u bdd test.js"
},
"author": "Eric Methot <[email protected]>",
"license": "MIT",
"dependencies": {
"debug": "4.3.2",
"i18next": "21.4.1",
"multimatch": "^5.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:macprog-guy/metalsmith-i18next.git"
},
"bugs": {
"url": "http://github.com/macprog-guy/metalsmith-i18next/issues"
},
"devDependencies": {
"chai": "4.3.4",
"haml-coffee": "1.14.1",
"jstransformer-haml-coffee": "0.1.0",
"metalsmith": "2.3.0",
"metalsmith-copy": "0.4.1",
"metalsmith-in-place": "4.4.2",
"metalsmith-uglify": "2.4.0",
"mocha": "9.1.3"
}
}