-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 839 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 839 Bytes
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-basic-i18n",
"version": "2.1.1",
"description": "hapi-basic-i18n just i18n",
"main": "index.js",
"engines": {
"node": ">=0.11.14"
},
"dependencies": {
"hoek": "^2.9.0"
},
"scripts": {
"test": "make test-cov"
},
"keywords": [
"hapi-basic-i18n",
"i18n",
"hapi"
],
"author": {
"name": "Uğur Baltacı",
"email": "ugur@kns.com.tr",
"web": "http://www.ugurbaltaci.com"
},
"contributors": {
"name": "Çağdaş Akar",
"email": "cagdas@kns.com.tr",
"web": "http://www.cagdasakar.com"
},
"repository": {
"type": "git",
"url": "git@github.com:ubaltaci/hapi-basic-i18n.git"
},
"license": "MIT",
"devDependencies": {
"code": "^1.3.0",
"handlebars": "^2.0.0",
"hapi": "^8.1.0",
"lab": "^5.2.1",
"path": "^0.11.14"
}
}