mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"name": "ntp-timeturner",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"dgram": "^1.0.1",
|
|
"express": "^4.19.2",
|
|
"moment-timezone": "^0.5.45"
|
|
}
|
|
}
|