-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 953 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
32
33
34
35
36
37
38
39
{
"name": "itsme",
"version": "1.1.8",
"description": "Unofficial ItsMe library",
"main": "itsme.js",
"scripts": {
"start": "node example.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Skyhark-Projects/node-itsme.git"
},
"author": "Vandamme Sacha <sacha@skyhark.be> (https://www.skyhark.be)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Skyhark-Projects/node-itsme/issues"
},
"homepage": "https://github.com/Skyhark-Projects/node-itsme",
"keywords": [
"itsme",
"openid",
"oauth",
"id",
"identity",
"belgium"
],
"dependencies": {
"bn.js": "4.11.8",
"debug": "4.3.2",
"jws": "4.0.0",
"jwt-bearer-client-auth": "0.4.0",
"node-forge": "0.10.0",
"node-jose": "2.0.0",
"openid-client": "4.7.5",
"request": "2.88.2",
"request-promise-native": "1.0.5",
"superagent": "6.1.0"
}
}