forked from thegoleffect/travelogue-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1020 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "travelogue",
"description": "hapi passport.js integration helper",
"version": "2.1.0",
"author": "Van Nguyen <[email protected]>",
"contributors": [
"Jared Hanson <[email protected]>",
"Eran Hammer <[email protected]> (http://hueniverse.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/hapijs/travelogue.git"
},
"main": "index",
"keywords": [
"hapi",
"passport",
"passportjs",
"oauth",
"openid"
],
"engines": {
"node": "0.10.x"
},
"dependencies": {
"passport": "0.2.x",
"hoek": "2.x.x"
},
"peerDependencies": {
"hapi": "4.x.x",
"yar": "2.x.x"
},
"devDependencies": {
"hapi": "4.x.x",
"joi": "3.x.x",
"lab": "3.x.x",
"complexity-report": "1.x.x",
"passport-local": "1.x.x",
"yar": "2.x.x"
},
"scripts": {
"test": "make test-cov"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hapijs/travelogue/raw/master/LICENSE"
}
]
}