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": {
|
|
|
|
"start": "node index.js"
|
|
|
|
},
|
|
|
|
"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 13:20:13 +00:00
|
|
|
"express": "^4.16.4",
|
|
|
|
"path": "^0.12.7"
|
2019-01-10 13:23:13 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2019-01-10 12:04:09 +00:00
|
|
|
}
|