1234567891011121314151617181920212223242526272829 |
- {
- "name": "marketing-html5",
- "version": "0.0.1",
- "description": "HTML5 Service Invocation Application",
- "main": "app.js",
- "type": "module",
- "scripts": {
- "start": "node app.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/keycloak/keycloak-quickstarts.git"
- },
- "keywords": [
- "keyclock",
- "node.js",
- "express"
- ],
- "author": "Red Hat Inc.",
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/keycloak/keycloak-quickstarts/issues"
- },
- "homepage": "https://github.com/keycloak/keycloak-quickstarts#readme",
- "dependencies": {
- "express": "^4.17.2",
- "jwt-decode": "^3.1.2"
- }
- }
|