2019-01-10 12:04:09 +00:00
|
|
|
{
|
|
|
|
"name": "time-service",
|
2019-01-10 13:23:13 +00:00
|
|
|
"version": "1.0.2",
|
2019-01-10 12:04:09 +00:00
|
|
|
"description": "Hosts Global Cliffbreak Time",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-01-10 21:06:42 +00:00
|
|
|
"start": "node ."
|
2019-01-10 12:04:09 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.cliffbreak.de/Cliffbreak/Time-Service.git"
|
|
|
|
},
|
|
|
|
"author": "Alpha, SimGie",
|
|
|
|
"license": "ISC",
|
2019-01-10 12:49:35 +00:00
|
|
|
"dependencies": {
|
2019-01-10 21:06:42 +00:00
|
|
|
"express": "^4.16.4"
|
|
|
|
}
|
2019-01-10 12:04:09 +00:00
|
|
|
}
|