forked from mastepanoski/keycloak-authz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 898 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
{
"name": "keycloak-authz",
"version": "0.0.1",
"description": "Keycloak Authorization Client API for Javascript applications",
"main": "index.js",
"scripts": {
"test": "jasmine --config=jasmine.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nevermind-corp/keycloak-authz.git"
},
"keywords": [
"keycloak",
"keycloak-authz",
"keycloak-authz-nodejs"
],
"author": "Andrey Davydov",
"license": "ISC",
"bugs": {
"url": "https://github.com/nevermind-corp/keycloak-authz/issues"
},
"homepage": "https://github.com/nevermind-corp/keycloak-authz#readme",
"devDependencies": {
"jasmine": "2.8.0"
},
"dependencies": {
"dotenv": "4.0.0",
"keycloak-auth-utils": "keycloak/keycloak-nodejs-auth-utils#7a2cc9ece1ad008ffc97a31857c7c0a195392fb3",
"request": "2.83.0",
"request-promise-native": "1.0.5"
}
}