Time-Service/package.json

18 lines
372 B
JSON

{
"name": "time-service",
"version": "1.0.2",
"description": "Hosts Global Cliffbreak Time",
"main": "index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "https://git.cliffbreak.de/Cliffbreak/Time-Service.git"
},
"author": "Alpha, SimGie",
"license": "ISC",
"dependencies": {
"express": "^4.16.4"
}
}