-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
44 lines (44 loc) · 1002 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
40
41
42
43
44
{
"name": "hapi-i18n",
"version": "3.0.1",
"description": "Translation module for hapi based on mashpie's i18n module",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/funktionswerk/hapi-i18n.git"
},
"keywords": [
"hapi",
"internationalization",
"localization",
"translation",
"nodejs"
],
"author": "Kay Wolter",
"license": "MIT",
"bugs": {
"url": "https://github.com/funktionswerk/hapi-i18n/issues"
},
"homepage": "https://github.com/funktionswerk/hapi-i18n",
"devDependencies": {
"@hapi/hapi": "^19.0.5",
"@hapi/joi": "^17.1.0",
"handlebars": "^4.7.7",
"mocha": "^8.3.0",
"should": "^13.2.0",
"vision": "^5.3.0"
},
"dependencies": {
"@hapi/boom": "^9.0.0",
"@hapi/hoek": "^9.0.2",
"accept-language-parser": "^1.5.0",
"i18n": "^0.13.2",
"lodash": "^4.17.4"
}
}