-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 825 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 825 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
{
"author": "Red Hat",
"contributors": [
"James Falkner <jfalkner@redhat.com> (https://developers.redhat.com)"
],
"name": "web",
"repository": "jbossdemocentral/coolstore-microservice",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"description": "Web UI for the CoolStore Microservices App",
"homepage": "https://developers.redhat.com",
"dependencies": {
"cors": "^2.8.3",
"express": "^4.13.4",
"keycloak-connect": "^7.0.1",
"request": "^2.74.0"
},
"devDependencies": {
"bower": ">=1.7.9",
"bower-nexus3-resolver": "*"
},
"engines": {
"node": ">=0.10.10"
},
"scripts": {
"postinstall": "node_modules/.bin/bower --config.registry.search=${BOWER_MIRROR} install"
}
}