-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 979 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
34
35
{
"name": "WildWildWest",
"version": "1.0.0",
"description": "OpenShift, The Wild Wild West",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openshift-evangelists/Wild-West-Frontend.git"
},
"author": "@gshipley",
"license": "MIT",
"bugs": {
"url": "https://github.com/openshift-evangelists/Wild-West-Frontend.git/issues"
},
"homepage": "https://github.com/openshift-evangelists/Wild-West-Frontend.git#readme",
"dependencies": {
"bootstrap": "^4.1.3",
"config-multipaas": "^0.2.3",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"har-validator": "^5.1.3",
"http-hash-router": "^1.1.0",
"http-proxy-middleware": "^0.19.1",
"jquery": "^3.4.0",
"phaser": "^2.6.2",
"popper.js": "^1.14.4",
"request": "^2.88.0",
"send-data": "^8.0.0",
"st": "^1.2.2"
}
}