Time-Service/package.json

19 lines
381 B
JSON
Raw Normal View History

2019-01-10 12:04:09 +00:00
{
"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",
2019-01-10 12:49:35 +00:00
"dependencies": {
"fs": "0.0.1-security"
}
2019-01-10 12:04:09 +00:00
}