-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 906 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
{
"name": "sportselection",
"version": "1.0.0",
"description": "A nodejs web application allowing users to select their sport",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PureGero/SportSelection.git"
},
"author": "PureGero",
"bugs": {
"url": "https://github.com/PureGero/SportSelection/issues"
},
"homepage": "https://github.com/PureGero/SportSelection#readme",
"dependencies": {
"@root/csr": "^0.8.1",
"@root/keypairs": "^0.9.0",
"@root/pem": "^1.0.4",
"acme-http-01-webroot": "^3.0.0",
"acme-v2": "^3.0.3",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-form-data": "^2.0.13",
"express-ws": "^4.0.0",
"ldapauth-fork": "^4.3.3",
"punycode": "^2.1.1"
},
"license": "MIT"
}