-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 805 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "spring-reference-app",
"version": "1.0.0",
"description": ">A Spring Boot Rest Reference Implementation. The API is secured using OpenId Client Credentials. KeyCloak is the OpenId Connect Identity Provider used to secured the API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpringSecurity-Keycloak/SpringRestReferenceApplication.git"
},
"author": "Dennis Chacko",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpringSecurity-Keycloak/SpringRestReferenceApplication/issues"
},
"homepage": "https://github.com/SpringSecurity-Keycloak/SpringRestReferenceApplication#readme",
"devDependencies": {
"@appnest/readme": "^1.2.7"
}
}