-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.01 KB
/
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
{
"name": "node_world_server",
"version": "1.0.0",
"description": "Web application written in NodeJS to display current time and date around the world for every timezones in every countries in four languages (French, English, Spanish and Catalan).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vicken-Ghoubiguian/node_world_server.git"
},
"author": "Vicken-Ghoubiguian",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vicken-Ghoubiguian/node_world_server/issues"
},
"homepage": "https://github.com/Vicken-Ghoubiguian/node_world_server#readme",
"dependencies": {
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"i18n": "^0.13.2",
"minimist": "^1.2.5",
"moment-timezone": "^0.5.32",
"negotiator": "^0.6.2",
"nodemon": "^2.0.6",
"serve-favicon": "^2.5.0"
}
}