-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "hapi-openam",
"version": "2.0.0",
"description": "Authentication with OpenAM for Hapi",
"main": "index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=7.6"
},
"scripts": {
"test": "./node_modules/.bin/mocha ./test",
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/agco/hapi-openam.git"
},
"author": "Hendrik Beneke <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/agco/hapi-openam/issues"
},
"homepage": "https://github.com/agco/hapi-openam",
"dependencies": {
"MD5": "1.3.0",
"bluebird": "3.5.1",
"debug": "3.1.0",
"redis": "2.8.0",
"request": "2.83.0",
"request-promise": "4.2.2"
},
"devDependencies": {
"chai": "4.1.2",
"dirty-chai": "2.0.1",
"eslint": "4.15.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-perf-standard": "1.0.3",
"hapi": "17.2.0",
"hapi-auth-basic": "5.0.0",
"hapi-auth-bearer-token": "6.0.1",
"mocha": "4.1.0",
"nock": "9.1.6"
}
}