-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 789 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 789 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
{
"name": "hapi-auth-example",
"version": "0.0.1",
"description": "An Example Session management application using bell, hapi-auth-cookie, hapi and other dependent modules",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:santbob/hapi-auth-example.git"
},
"keywords": [
"hapi",
"bell",
"authentication",
"hapi-auth-cookie"
],
"author": "Santhosh Nageshwar <santhoshbabun@gmail.com>",
"license": "BSD",
"dependencies": {
"hapi": "~6.3.0",
"bell": "~1.0.2",
"joi": "~4.6.1",
"lout": "~5.0.1",
"hoek": "~2.4.0",
"hapi-auth-cookie": "~1.3.0",
"confidence": "~0.12.1",
"handlebars": "~2.0.0-alpha.4"
}
}