-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 874 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
{
"name": "hapi-l10n-gettext",
"version": "0.0.8",
"description": "A hapijs plug-in for l10n via gettext",
"main": "lib/index.js",
"scripts": {
"test": "tape tests/*.js"
},
"homepage": "https://github.com/maxnachlinger/hapi-l10n-gettext",
"repository": {
"url": "https://github.com/maxnachlinger/hapi-l10n-gettext.git",
"type": "git"
},
"keywords": [
"hapi",
"localization",
"internationalization",
"gettext",
"l10n",
"i18n"
],
"bugs": {
"url": "https://github.com/maxnachlinger/hapi-l10n-gettext/issues"
},
"author": "Max Nachlinger <[email protected]>",
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"gettext-parser": "^0.2.0",
"hoek": "^2.4.1",
"node-gettext": "^0.2.14",
"recursive-readdir": "^1.2.0",
"sprintf-js": "0.0.7",
"accept-language-parser": "^1.0.2"
},
"devDependencies": {
"tape": "^2.14.0"
}
}