forked from keycloak/keycloak-nodejs-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 802 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
{
"name": "connect-keycloak",
"version": "0.0.16",
"description": "Keycloak Connect Middleware",
"main": "index.js",
"scripts": {
"test": "node_modules/jasmine/bin/jasmine.js",
"build": "node_modules/grunt-cli/bin/grunt"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-doxx": "^0.1.2",
"grunt-gh-pages": "^0.9.1",
"grunt-touch": "^0.1.0",
"jasmine": "^2.1.1"
},
"dependencies": {
"keycloak-auth-utils": "0.0.16",
"q": "^1.1.2"
},
"repository": {
"type": "git",
"url": "http://github.com/keycloak/keycloak-nodejs.git"
},
"bugs": "http://github.com/keycloak/keycloak-nodejs/issues"
}