-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.39 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "hapi-routes-authorization-and-session-management",
"version": "3.0.2",
"private": false,
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/codedoctor/hapi-routes-authorization-and-session-management.git"
},
"scripts": {
"test": "node_modules/.bin/grunt testandcoverage"
},
"description": "Provides API endpoints for HAPI servers to acquire/delete email/userid/password based sessions.",
"dependencies": {
"boom": "2.10.1",
"hoek": "3.0.0",
"joi": "6.10.0",
"underscore": "1.8.3"
},
"peerDependencies": {
"hapi": ">=10.0.0"
},
"devDependencies": {
"async": "1.5.0",
"blanket": "1.1.9",
"codo": "2.0.11",
"coffee-script": "1.10.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-codo": "0.2.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-watch": "0.6.1",
"grunt-env": "0.4.4",
"grunt-mocha-cov": "0.4.0",
"grunt-mocha-test": "0.12.7",
"grunt-release": "0.13.0",
"grunt-shell": "1.1.2",
"hapi": "11.0.3",
"hapi-oauth-store-multi-tenant": "2.1.1",
"hapi-swaggered": "2.4.1",
"hapi-user-store-multi-tenant": "2.2.1",
"matchdep": "1.0.0",
"mocha": "2.3.3",
"mongoose": "4.2.3",
"should": "7.1.1"
},
"config": {
"blanket": {
"pattern": [
"lib"
],
"data-cover-never": "node_modules"
}
}
}