mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
Add project files.
This commit is contained in:
parent
9123c98a86
commit
e61b8c57bc
2 changed files with 808 additions and 0 deletions
17
package.json
Normal file
17
package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue