forked from funktionswerk/hapi-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 890 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
{
"name": "hapi-i18n",
"version": "1.0.5",
"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/codeva/hapi-i18n/issues"
},
"homepage": "https://github.com/codeva/hapi-i18n",
"devDependencies": {
"hapi": "^8.4.0",
"jade": "^1.9.2",
"joi": "^6.6.1",
"mocha": "^2.2.1",
"should": "^5.2.0"
},
"dependencies": {
"boom": "^2.6.1",
"hoek": "^2.11.1",
"i18n": "^0.5.0",
"lodash": "^3.5.0"
}
}