Dehaze V1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "dehaze",
|
||||
"version": "1.0.0",
|
||||
"description": "Connect the Haze-Explr API to a GeoJSON endpoint",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "Gitea:liz/dehaze.git"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"author": "Liz Cray",
|
||||
"type": "commonjs",
|
||||
"main": "serve.js",
|
||||
"scripts": {
|
||||
"test": "node serve.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"crypto": "^1.0.1",
|
||||
"express": "^5.2.1",
|
||||
"express-basic-auth": "^1.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user