-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1010 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
{
"name": "loopback-satellizer",
"description": "LoopBack Satellizer integration to support cookie free third party logins and account linking",
"keywords": [
"StrongLoop",
"LoopBack",
"Satellizer",
"social",
"login",
"security"
],
"homepage": "https://github.com/cosmojs/loopback-satellizer",
"version": "0.1.0",
"engines": {
"node": ">=0.10.0"
},
"author": {
"name": "Enrico Marino",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Enrico Marino",
"email": "[email protected]"
}
],
"contributors": [],
"bugs": {
"url": "https://github.com/cosmojs/loopback-satellizer/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/cosmojs/loopback-satellizer.git"
},
"dependencies": {
"moment": "^2.9.0",
"request": "^2.53.0",
"jwt-simple": "^0.2.0"
},
"peerDependencies": {
"loopback": "2.x || 1.x >=1.8.0"
},
"main": "./index.js",
"license": "MIT"
}