package.json 686 Bytes
Newer Older
JOE XMG's avatar
update  
JOE XMG committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "3dgeovolumesapi",
  "version": "1.0.0",
  "description": "The open source 3D GeoVolumes API developed at HFT Stuttgart",
  "main": "server.js",
  "scripts": {
    "test": "nodemon server.js",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "https://transfer.hft-stuttgart.de/gitlab/ogc/3dgeovolumesapi"
  },
  "keywords": [
    "3D",
    "GeoVolumes",
    "API",
    "OGC",
    "HFT"
  ],
  "author": "thunyathep.s@outlook.com",
  "license": "MIT",
  "dependencies": {
JOE XMG's avatar
JOE XMG committed
24
    "body-parser": "^1.20.0",
JOE XMG's avatar
update  
JOE XMG committed
25
26
    "box-intersect": "^1.0.2",
    "compression": "^1.7.4",
JOE XMG's avatar
JOE XMG committed
27
28
    "ejs": "^3.1.8",
    "express": "^4.18.1",
JOE XMG's avatar
update  
JOE XMG committed
29
30
31
    "useragent": "^2.3.0"
  }
}