-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 1009 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
36
37
38
39
40
{
"name": "status-page",
"version": "1.0.0",
"description": "Simple status page created to learn a little bit of web development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaldaniel/nodejs-status-page.git"
},
"keywords": [
"nodejs",
"mangodb",
"bootstrap",
"status-page",
"statuspage",
"website"
],
"author": "Michał Daniel",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/michaldaniel/nodejs-status-page/issues"
},
"homepage": "https://github.com/michaldaniel/nodejs-status-page#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "latest",
"body-parser": "latest",
"bootstrap": "latest",
"crypto": "^1.0.1",
"ejs": "latest",
"express": "latest",
"jquery": "latest",
"jsonwebtoken": "^8.5.0",
"mongoose": "latest",
"npm": "^6.8.0",
"popper": "latest"
}
}