Time-Service/package.json
2019-01-10 13:49:35 +01:00

18 lines
381 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": {
"fs": "0.0.1-security"
}
}