forked from kenkouot/hapi-i18next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
37
38
{
"name": "hapi-i18next",
"version": "2.0.2",
"description": "hapijs plugin for i18next",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "node example/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kenkouot/hapi-i18next.git"
},
"keywords": [
"i18n",
"hapi",
"typescript",
"localization"
],
"author": "Kenneth Kouot <kenkouot at gmail dot com> (https://www.twitter.com/kenkouot)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kenkouot/hapi-i18next/issues"
},
"homepage": "https://github.com/kenkouot/hapi-i18next",
"dependencies": {
"accept-language-parser": "^1.0.2",
"gulp": "^3.8.11",
"gulp-typescript": "^2.5.0",
"handlebars": "^3.0.0",
"hapi": "^8.4.0",
"i18next": "^1.7.10",
"typescript": "^1.4.1"
},
"devDependencies": {}
}