forked from Cliffbreak/Time-Service
17 lines
351 B
JSON
17 lines
351 B
JSON
|
{
|
||
|
"name": "time-service",
|
||
|
"version": "1.0.1",
|
||
|
"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",
|
||
|
"dependencies": {}
|
||
|
}
|