Added code, update readme and gitignore
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "stats",
|
||||
"version": "1.0.0",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"express": "^4.21.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"moment": "^2.30.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user